summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-10-11 00:27:46 -0700
committerGlenn Morris <rgm@gnu.org>2011-10-11 00:27:46 -0700
commitc02ee9d6912b65d18e9ee1a3c79f7b83983c6f64 (patch)
tree4ec70a89622aa5d7a97e4109375150b3588f4e93 /lisp/ChangeLog
parentf5b71bc0d6de35ff97571d7b933b8ba8e8bbb1bb (diff)
downloademacs-c02ee9d6912b65d18e9ee1a3c79f7b83983c6f64.tar.gz
Small fix for f90-next-statement.
* lisp/progmodes/f90.el (f90-next-statement): Ignore preprocessor lines, like f90-previous-statement does.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c84b2ea2f82..aec57cca1cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,13 @@
+2011-10-11 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
+ like f90-previous-statement does.
+
2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
- * lisp/eshell/eshell.el (eshell-command): History have to be saved
- only in interactive use to avoid error.
-
+ * lisp/eshell/eshell.el (eshell-command): History should be saved
+ only in interactive use, to avoid error.
+
2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-file-name-table): Fix last change,