# HG changeset patch # User Jan Dj¸«£rv # Date 1116003810 0 # Node ID d64b656073cad911943b411a9f3119e284ed1970 # Parent 5401d9510369bcbaa5577cd6da8a273ef6171135 * dired.el (dired-mode): make-variable-buffer-local => make-local-variable diff -r 5401d9510369 -r d64b656073ca lisp/ChangeLog --- 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 + + * 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 -r 5401d9510369 -r d64b656073ca lisp/dired.el --- 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))