diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 22 22:22:38 2004 +0000
+++ b/lisp/ChangeLog	Sat May 22 22:23:13 2004 +0000
@@ -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.