mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(dired-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer.
This commit is contained in:
parent
9d9d10ec34
commit
cb5f1f6738
@ -1404,7 +1404,7 @@ Keybindings:
|
||||
(or switches dired-listing-switches))
|
||||
(set (make-local-variable 'font-lock-defaults)
|
||||
'(dired-font-lock-keywords t nil nil beginning-of-line))
|
||||
(set (make-local-variable 'desktop-buffer-misc-data-function)
|
||||
(set (make-local-variable 'desktop-save-buffer)
|
||||
'dired-desktop-buffer-misc-data)
|
||||
(dired-sort-other dired-actual-switches t)
|
||||
(run-mode-hooks 'dired-mode-hook)
|
||||
|
Loading…
Reference in New Issue
Block a user