diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/dired.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a960bc8067..2971a665f26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * dired.el (dired-mode): make-variable-buffer-local => | ||
| 4 | make-local-variable | ||
| 5 | |||
| 1 | 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * term/mac-win.el (mac-select-convert-to-string): Try coding | 8 | * 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: | |||
| 1535 | (setq dired-switches-alist nil) | 1535 | (setq dired-switches-alist nil) |
| 1536 | (dired-sort-other dired-actual-switches t) | 1536 | (dired-sort-other dired-actual-switches t) |
| 1537 | (when (featurep 'dnd) | 1537 | (when (featurep 'dnd) |
| 1538 | (make-variable-buffer-local 'dnd-protocol-alist) | 1538 | (make-local-variable 'dnd-protocol-alist) |
| 1539 | (setq dnd-protocol-alist | 1539 | (setq dnd-protocol-alist |
| 1540 | (append dired-dnd-protocol-alist dnd-protocol-alist))) | 1540 | (append dired-dnd-protocol-alist dnd-protocol-alist))) |
| 1541 | (run-mode-hooks 'dired-mode-hook)) | 1541 | (run-mode-hooks 'dired-mode-hook)) |