Mercurial > emacs
comparison lisp/mh-e/mh-folder.el @ 90291:d6f8fe3307c8
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-11
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 34-42)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 14-17)
- Update from CVS
- Merge from emacs--devo--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 04 Feb 2006 01:01:38 +0000 |
parents | 7daec5f4a289 |
children | f3bbf5f32462 |
comparison
equal
deleted
inserted
replaced
90290:6a1672fcf6ae | 90291:d6f8fe3307c8 |
---|---|
514 (fboundp 'set-specifier)) | 514 (fboundp 'set-specifier)) |
515 (set-specifier horizontal-scrollbar-visible-p nil | 515 (set-specifier horizontal-scrollbar-visible-p nil |
516 (cons (current-buffer) nil))))) | 516 (cons (current-buffer) nil))))) |
517 | 517 |
518 ;; Register mh-folder-mode as supporting which-function-mode... | 518 ;; Register mh-folder-mode as supporting which-function-mode... |
519 (require 'which-func nil t) | 519 (mh-require 'which-func nil t) |
520 (when (boundp 'which-func-modes) | 520 (when (boundp 'which-func-modes) |
521 (add-to-list 'which-func-modes 'mh-folder-mode)) | 521 (add-to-list 'which-func-modes 'mh-folder-mode)) |
522 | 522 |
523 ;; Shush compiler. | 523 ;; Shush compiler. |
524 (eval-when-compile | 524 (eval-when-compile |