Mercurial > emacs
changeset 62298:d64b656073ca
* dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Fri, 13 May 2005 17:03:30 +0000 |
parents | 5401d9510369 |
children | 3fa6e7b9d397 |
files | lisp/ChangeLog lisp/dired.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 13 13:34:23 2005 +0000 +++ b/lisp/ChangeLog Fri May 13 17:03:30 2005 +0000 @@ -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
--- a/lisp/dired.el Fri May 13 13:34:23 2005 +0000 +++ b/lisp/dired.el Fri May 13 17:03:30 2005 +0000 @@ -1535,7 +1535,7 @@ (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))