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:
parent
68780e2abd
commit
d90b02af14
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user