]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.el (dired-mode): make-variable-buffer-local =>
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 13 May 2005 17:03:30 +0000 (17:03 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 13 May 2005 17:03:30 +0000 (17:03 +0000)
make-local-variable

lisp/ChangeLog
lisp/dired.el

index 3a960bc80674bceb3337a6d77dd366c6fdb951a8..2971a665f261dc54ee6b7839c714a571536f9765 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-13  Jan Dj\e,Ad\e(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
index afea6b173a687fcb4875bc92dd79248a577b7ddf..8ba7ca00c1ff1bfe1f9da5aa7cf8377f868e161e 100644 (file)
@@ -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))