changeset 55186:db55cb793cc7

Fix entry for dabbrev.el from 2004-04-21.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 27 Apr 2004 12:57:55 +0000
parents 72e94ca8d8d4
children 1bc853c54243
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 27 12:45:26 2004 +0000
+++ b/lisp/ChangeLog	Tue Apr 27 12:57:55 2004 +0000
@@ -85,7 +85,6 @@
 	* progmodes/gud.el (gud-pdb-command-name): Change default to
 	"pydb".
 
-
 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
@@ -295,9 +294,9 @@
 
 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
 
-	* dabbrev.el (dabbrev--substitute-expansion): Fix a bug which lost
-	the case of letters in case-insensitive expansions on certain
-	abbreviations.
+	* dabbrev.el (dabbrev--substitute-expansion): Don't lose
+	the case of letters in case-insensitive expansions when the
+	abbrev is preceded by characters with letter syntax.
 
 2004-04-21  Richard M. Stallman  <rms@gnu.org>