diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-05-22 22:23:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-05-22 22:23:13 +0000 |
commit | 71d5a208a41e0982a9565d8cc215bd110fcac864 (patch) | |
tree | 1c346df7b8e676502451bbd701be3a116e3879ba /lisp | |
parent | 69623621a48d6430ffc1eb2c3b9f67b839047a25 (diff) | |
download | emacs-71d5a208a41e0982a9565d8cc215bd110fcac864.tar.gz emacs-71d5a208a41e0982a9565d8cc215bd110fcac864.tar.bz2 emacs-71d5a208a41e0982a9565d8cc215bd110fcac864.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f0d74b79ff..aea6e7d6d10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,15 @@ 2004-05-22 Richard M. Stallman <rms@gnu.org> + * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes + as a close quote. + + * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. + + * progmodes/idlw-shell.el (idlwave-shell-get-object-class): + Use assoc-string, not assoc-ignore-case. + + * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case. + * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): If moving back then fwd gets a defun that ends before point, try again moving fwd then back. |