mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 02:02:38 -07:00
(dired-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer.
This commit is contained in:
parent
9d9d10ec34
commit
cb5f1f6738
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue