diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-17 20:27:51 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-17 20:27:51 -0500 |
commit | 2e48fe3121a5c8de0525d4d1640464b82621b962 (patch) | |
tree | a12e47b075df5197e473baab06e8ee66dcd3d8e5 /lisp/ChangeLog.9 | |
parent | 89535180791372f02142fb1c78699805fc2e5d07 (diff) | |
download | emacs-2e48fe3121a5c8de0525d4d1640464b82621b962.tar.gz emacs-2e48fe3121a5c8de0525d4d1640464b82621b962.tar.bz2 emacs-2e48fe3121a5c8de0525d4d1640464b82621b962.zip |
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.9')
-rw-r--r-- | lisp/ChangeLog.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index d82dfe15d9f..2ddaad48925 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -19245,7 +19245,7 @@ * mouse.el (mouse-drag-region): Don't run up-event handler if hscroll has changed. - * octave-mod.el (octave-font-lock-keywords): To font-lock the + * progmodes/octave-mod.el (octave-font-lock-keywords): To font-lock the builtin operators, use `font-lock-builtin-face' for Emacs and `font-lock-preprocessor-face' otherwise. @@ -19928,8 +19928,8 @@ 2000-02-09 Ray Blaak <blaak@gnu.org> - * delphi.el: Make resourcestring a declaration region, like const - and var. + * progmodes/delphi.el: Make resourcestring a declaration region, + like const and var. 2000-02-09 Dave Love <fx@gnu.org> |