aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-15 03:59:36 +0000
committerRichard M. Stallman1997-05-15 03:59:36 +0000
commit982fa4e51490755aa01ca8693a8615f2c1520e4f (patch)
tree48b3ec851530d96321956f765eb46c9ebb037253 /lisp/dired.el
parentfaff8e29e76731b486ffbc4842037ad63cf3beac (diff)
downloademacs-982fa4e51490755aa01ca8693a8615f2c1520e4f.tar.gz
emacs-982fa4e51490755aa01ca8693a8615f2c1520e4f.zip
Fix previous change.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 0d6d46b9938..c2d61948c80 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1095,7 +1095,7 @@ Keybindings:
1095;; case-fold-search nil 1095;; case-fold-search nil
1096 buffer-read-only t 1096 buffer-read-only t
1097 selective-display t ; for subdirectory hiding 1097 selective-display t ; for subdirectory hiding
1098 mode-line-buffer-identification '(" %17b")) 1098 mode-line-buffer-identification '("%17b"))
1099 (set (make-local-variable 'revert-buffer-function) 1099 (set (make-local-variable 'revert-buffer-function)
1100 (function dired-revert)) 1100 (function dired-revert))
1101 (set (make-local-variable 'page-delimiter) 1101 (set (make-local-variable 'page-delimiter)