Mercurial > emacs
changeset 38554:6669b8bbdbcf
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 25 Jul 2001 14:02:28 +0000 |
parents | 4e1d2c941d86 |
children | 35109e6bdb7d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 25 14:02:04 2001 +0000 +++ b/lisp/ChangeLog Wed Jul 25 14:02:28 2001 +0000 @@ -1,5 +1,10 @@ 2001-07-25 Gerd Moellmann <gerd@gnu.org> + * isearch.el (isearch-other-meta-char): Don't modify mode-line and + similar events for which fake prefix keys are generated. It's no + longer necessary since read_key_sequence doesn't modify these + events for internal purposes anymore. + * files.el (auto-mode-alist): Use nroff-mode for files ending in `.9'. From Assar Westerlund <assar@stacken.kth.se>.