1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* dired.el (dired-mode): make-variable-buffer-local =>

make-local-variable
This commit is contained in:
Jan Djärv 2005-05-13 17:03:30 +00:00
parent 68780e2abd
commit d90b02af14
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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))