Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d90b02af
Commit
d90b02af
authored
May 13, 2005
by
Jan Djärv
Browse files
* dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
parent
68780e2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/dired.el
lisp/dired.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d90b02af
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>
2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-select-convert-to-string): Try coding
* term/mac-win.el (mac-select-convert-to-string): Try coding
...
...
lisp/dired.el
View file @
d90b02af
...
@@ -1535,7 +1535,7 @@ Keybindings:
...
@@ -1535,7 +1535,7 @@ Keybindings:
(setq dired-switches-alist nil)
(setq dired-switches-alist nil)
(dired-sort-other dired-actual-switches t)
(dired-sort-other dired-actual-switches t)
(when (featurep 'dnd)
(when (featurep 'dnd)
(make-variable
-buffer-local
'dnd-protocol-alist)
(make-
local-
variable 'dnd-protocol-alist)
(setq dnd-protocol-alist
(setq dnd-protocol-alist
(append dired-dnd-protocol-alist dnd-protocol-alist)))
(append dired-dnd-protocol-alist dnd-protocol-alist)))
(run-mode-hooks 'dired-mode-hook))
(run-mode-hooks 'dired-mode-hook))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment