aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hansen <[email protected]>2004-04-26 18:56:23 +0000
committerLars Hansen <[email protected]>2004-04-26 18:56:23 +0000
commitcb5f1f67384bda216e2cbd3716f13d19566ee5dd (patch)
treed807d7b0cd004d4a228a258de1e039588b2bc02c
parent9d9d10ec34633c7fae39a069026dd58b4c6ef599 (diff)
(dired-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index edd332ed6e..8bdfe1befc 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -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)