diff options
| author | Juanma Barranquero | 2012-04-21 18:57:49 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-04-21 18:57:49 +0200 |
| commit | 7dd51bf1c26ff6b830d7cfad78014742afcc2e2a (patch) | |
| tree | 710009940c95129a644ba8455a4ae28e66e0318d /lisp/mh-e/ChangeLog | |
| parent | d64a438f6a88f5db66ddf21ff97f9e06c00e33b0 (diff) | |
| download | emacs-7dd51bf1c26ff6b830d7cfad78014742afcc2e2a.tar.gz emacs-7dd51bf1c26ff6b830d7cfad78014742afcc2e2a.zip | |
Don't add modes to which-func-modes if already set to t.
* lisp/progmodes/verilog-mode.el (verilog-mode): Check whether
which-func-modes is t before adding verilog-mode.
Reported by Andy Moreton <andrewjmoreton@gmail.com>.
* lisp/mh-e/mh-folder.el (top): Check whether which-func-modes
is t before adding mh-folder-mode.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 2c3d0dc3803..f98b4a7490e 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mh-folder.el (top): Check whether which-func-modes is t before | ||
| 4 | adding mh-folder-mode. | ||
| 5 | |||
| 1 | 2011-11-20 Bill Wohler <wohler@newt.com> | 6 | 2011-11-20 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | * Release MH-E version 8.3.1. | 8 | * Release MH-E version 8.3.1. |