aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2005-05-13 17:03:30 +0000
committerJan Djärv2005-05-13 17:03:30 +0000
commitd90b02af14c8dd515d42c77c93c8d156df5742f8 (patch)
tree6fd1be653207a992edbd43577e4f62922f58e3f4
parent68780e2abdc5e7f5d5aa63d9cf37eef97419b429 (diff)
downloademacs-d90b02af14c8dd515d42c77c93c8d156df5742f8.tar.gz
emacs-d90b02af14c8dd515d42c77c93c8d156df5742f8.zip
* dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dired.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3a960bc8067..2971a665f26 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * dired.el (dired-mode): make-variable-buffer-local =>
4 make-local-variable
5
12005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * term/mac-win.el (mac-select-convert-to-string): Try coding 8 * term/mac-win.el (mac-select-convert-to-string): Try coding
diff --git a/lisp/dired.el b/lisp/dired.el
index afea6b173a6..8ba7ca00c1f 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1535,7 +1535,7 @@ Keybindings:
1535 (setq dired-switches-alist nil) 1535 (setq dired-switches-alist nil)
1536 (dired-sort-other dired-actual-switches t) 1536 (dired-sort-other dired-actual-switches t)
1537 (when (featurep 'dnd) 1537 (when (featurep 'dnd)
1538 (make-variable-buffer-local 'dnd-protocol-alist) 1538 (make-local-variable 'dnd-protocol-alist)
1539 (setq dnd-protocol-alist 1539 (setq dnd-protocol-alist
1540 (append dired-dnd-protocol-alist dnd-protocol-alist))) 1540 (append dired-dnd-protocol-alist dnd-protocol-alist)))
1541 (run-mode-hooks 'dired-mode-hook)) 1541 (run-mode-hooks 'dired-mode-hook))