summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-22 04:36:52 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-22 04:36:52 +0000
commit78a4bda90f4d7de7ca7f5718f82300162a8a9c1a (patch)
tree5e57d22cf4d4beea325622484ff7c86fb990392f /lisp
parent0cfc054630b638761e3ba2ad157963113751273b (diff)
downloademacs-78a4bda90f4d7de7ca7f5718f82300162a8a9c1a.tar.gz
Fix typo in previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index dfe976c6749..1cc46684d4b 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3172,7 +3172,7 @@ BACKUPNAME is the backup file name, which is the old file renamed."
(file-error nil))))))
(defun backup-buffer-copy (from-name to-name modes)
- (let ((umask (default-file-modes)))
+ (let ((umask (default-file-modes))
(dir (or (file-name-directory to-name)
default-directory)))
;; Can't delete or create files in a read-only directory.