1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(dired-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer.

This commit is contained in:
Lars Hansen 2004-04-26 18:56:23 +00:00
parent 9d9d10ec34
commit cb5f1f6738

View File

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