summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2005-05-13 17:03:30 +0000
committerJan Djärv <jan.h.d@swipnet.se>2005-05-13 17:03:30 +0000
commitd90b02af14c8dd515d42c77c93c8d156df5742f8 (patch)
tree6fd1be653207a992edbd43577e4f62922f58e3f4 /lisp
parent68780e2abdc5e7f5d5aa63d9cf37eef97419b429 (diff)
downloademacs-d90b02af14c8dd515d42c77c93c8d156df5742f8.tar.gz
* dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
Diffstat (limited to 'lisp')
-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 @@
+2005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
+
+ * dired.el (dired-mode): make-variable-buffer-local =>
+ make-local-variable
+
2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* 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:
(setq dired-switches-alist nil)
(dired-sort-other dired-actual-switches t)
(when (featurep 'dnd)
- (make-variable-buffer-local 'dnd-protocol-alist)
+ (make-local-variable 'dnd-protocol-alist)
(setq dnd-protocol-alist
(append dired-dnd-protocol-alist dnd-protocol-alist)))
(run-mode-hooks 'dired-mode-hook))