diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-26 14:48:48 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-26 14:48:48 +0000 |
commit | 3353ef5a44a1736404a38e32b15d7880df250491 (patch) | |
tree | fb173d85864b1fdb21bd3281de92bd633739162d /lisp | |
parent | c40a4de1df24a74f43484c2fb4321027e0d2bdb1 (diff) | |
download | emacs-3353ef5a44a1736404a38e32b15d7880df250491.tar.gz emacs-3353ef5a44a1736404a38e32b15d7880df250491.tar.bz2 emacs-3353ef5a44a1736404a38e32b15d7880df250491.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77dca753f0a..0eeeef884e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2000-07-26 Gerd Moellmann <gerd@gnu.org> + * isearch.el (isearch-resume): New function. + (isearch-done): Add something to command-history to resume + the search. + (isearch-yank-line, isearch-yank-word): Use + buffer-substring-no-properties instead of buffer-substring. + * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead of flyspell-mouse-map. |