mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
This commit is contained in:
parent
7806e5737a
commit
8fbee87cc7
2 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
* dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
|
||||
modification in `eval-after-load' form.
|
||||
* info.el: Likewise.
|
||||
* mail/rmail.el: Likewise.
|
||||
|
||||
2005-08-14 Juri Linkov <juri@jurta.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -4086,8 +4086,9 @@ encoded string (and the same mask) will decode the string."
|
|||
(kill-buffer (current-buffer))
|
||||
nil)))
|
||||
|
||||
(add-to-list 'desktop-buffer-mode-handlers
|
||||
'(rmail-mode . rmail-restore-desktop-buffer))
|
||||
(eval-after-load 'desktop
|
||||
'(add-to-list 'desktop-buffer-mode-handlers
|
||||
'(rmail-mode . rmail-restore-desktop-buffer)))
|
||||
|
||||
(provide 'rmail)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue