aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-12-10 20:42:49 -0800
committerGlenn Morris2012-12-10 20:42:49 -0800
commita0099d31a646b16ee0bbc65c423f327066d59e54 (patch)
tree8c4ac176e9900943133f83e62b44dc7d798925a3 /lisp/ChangeLog
parent8c21bef6d1a31b6a5f1879530f7dcb2525d942ca (diff)
downloademacs-a0099d31a646b16ee0bbc65c423f327066d59e54.tar.gz
emacs-a0099d31a646b16ee0bbc65c423f327066d59e54.zip
Fix for indentation of f90 preproc lines embedded in continuations
* lisp/progmodes/f90.el (f90-line-continued, f90-indent-region): Treat preprocessor lines embedded in continuations like comments. (f90-indent-line): Special-case preprocessor lines. * test/automated/f90.el (f90-test-bug13138): New test.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ebce9305f31..2aafbd758d7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-12-11 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4 Treat preprocessor lines embedded in continuations like comments.
5 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
6
12012-12-11 Jay Belanger <jay.p.belanger@gmail.com> 72012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2 8
3 * calc/calc.el (calc-standard-date-formats): Add more date 9 * calc/calc.el (calc-standard-date-formats): Add more date