# HG changeset patch # User Eli Zaretskii # Date 1083070675 0 # Node ID db55cb793cc7205eae40b25810174ec7a51bb6cd # Parent 72e94ca8d8d450bbf7077c28b336e97a709dc1eb Fix entry for dabbrev.el from 2004-04-21. diff -r 72e94ca8d8d4 -r db55cb793cc7 lisp/ChangeLog --- 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 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring. @@ -295,9 +294,9 @@ 2003-04-21 Paul Pogonyshev - * 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