* mh-folder.el: Use boundp instead of fboundp when testing existence
of desktop-buffer-mode-handlers.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-07-03 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* mh-folder.el: Use boundp instead of fboundp when testing
|
||||
existence of desktop-buffer-mode-handlers.
|
||||
|
||||
2011-05-10 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
Fix doubled-word typos.
|
||||
|
||||
@@ -77,7 +77,7 @@ the MH mail system."
|
||||
;;; Desktop Integration
|
||||
|
||||
;; desktop-buffer-mode-handlers appeared in Emacs 22.
|
||||
(if (fboundp 'desktop-buffer-mode-handlers)
|
||||
(if (boundp 'desktop-buffer-mode-handlers)
|
||||
(add-to-list 'desktop-buffer-mode-handlers
|
||||
'(mh-folder-mode . mh-restore-desktop-buffer)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user