From: Jan Djärv Date: Fri, 13 May 2005 17:03:30 +0000 (+0000) Subject: * dired.el (dired-mode): make-variable-buffer-local => X-Git-Tag: ttn-vms-21-2-B4~337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d90b02af14c8dd515d42c77c93c8d156df5742f8;p=emacs.git * dired.el (dired-mode): make-variable-buffer-local => make-local-variable --- 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 + + * dired.el (dired-mode): make-variable-buffer-local => + make-local-variable + 2005-05-13 YAMAMOTO Mitsuharu * 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))