From d90b02af14c8dd515d42c77c93c8d156df5742f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 13 May 2005 17:03:30 +0000 Subject: [PATCH] * dired.el (dired-mode): make-variable-buffer-local => make-local-variable --- lisp/ChangeLog | 5 +++++ lisp/dired.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.39.2