diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-05-02 17:02:52 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-05-02 17:02:52 +0000 |
commit | 457d37ba2254ff454f4ddc70304b75bbe55573bb (patch) | |
tree | 919782a14c3f597f388bc23ed2553f27be5a94b9 /lisp/ChangeLog | |
parent | 9d4190b2b5ed1c26be90cdd2014d4afd4351d8af (diff) | |
download | emacs-457d37ba2254ff454f4ddc70304b75bbe55573bb.tar.gz |
(completion-hilit-commonality): Revert last change:
the leftover code was actually useful.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d7bab9d327..1aef1c8d701 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> + + * minibuffer.el (completion-hilit-commonality): Revert last change: + the leftover code was actually useful. + 2008-05-02 Sam Steingold <sds@gnu.org> * vc.el (vc-dir-mode-map): Enable mouse bindings. @@ -8,8 +13,8 @@ 2008-05-02 Nick Roberts <nickrob@snap.net.nz> - * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Don't - throw error if no file is found. + * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): + Don't throw error if no file is found. 2008-05-02 Juanma Barranquero <lekktu@gmail.com> @@ -18,7 +23,7 @@ 2008-05-02 Richard Sharman <rsharman@pobox.com> - * hilit-chg.el (highlight-changes-mode): Removed references to + * hilit-chg.el (highlight-changes-mode): Remove references to hooks that no longer exist. Because define-minor-mode is used the hook highlight-changes-mode-hook exists and can do what both the old hooks used to do. The documentation at the top of the file |