diff options
author | Glenn Morris <rgm@gnu.org> | 2007-10-25 03:55:52 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-10-25 03:55:52 +0000 |
commit | c8da8483a348f3eaa61f4197f283b7d92a42c513 (patch) | |
tree | aba74b7ad66179e95d6d0178c67137ea72322a46 /lisp | |
parent | ff04b3780d0449dc173e8a32a0337ca712ece3b7 (diff) | |
download | emacs-c8da8483a348f3eaa61f4197f283b7d92a42c513.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6190217c09a..758ff487a18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-10-25 Glenn Morris <rgm@gnu.org> + + * progmodes/f90.el (f90-indented-comment-re) + (f90-directive-comment-re, f90-break-delimiters): + * progmodes/fortran.el (fortran-comment-line-start-skip) + (fortran-directive-re): + * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps + as safe if they are strings. + 2007-10-25 Richard Stallman <rms@gnu.org> * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding. |