comparison lisp/ChangeLog @ 55746:e3f64aa0875d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 May 2004 22:23:13 +0000
parents 9b4d490eb47f
children ac9369751587 50b9a96c837c
comparison
equal deleted inserted replaced
55745:1c3b8ce97c63 55746:e3f64aa0875d
1 2004-05-22 Richard M. Stallman <rms@gnu.org> 1 2004-05-22 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4 as a close quote.
5
6 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7
8 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9 Use assoc-string, not assoc-ignore-case.
10
11 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2 12
3 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): 13 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4 If moving back then fwd gets a defun that ends before point, 14 If moving back then fwd gets a defun that ends before point,
5 try again moving fwd then back. 15 try again moving fwd then back.
6 16