aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2013-01-26 16:13:09 +0100
committerAndreas Schwab2013-01-26 16:13:09 +0100
commitcc17363fc3f5c5bc9d5b8a625721f5eb48fb7f44 (patch)
tree90a16e0eb703c9d2b07ab72efc1699b9b1ee07f1 /lisp/ChangeLog
parentb7aea0ffb633e0787654d2c570a8a2fa63703f18 (diff)
downloademacs-cc17363fc3f5c5bc9d5b8a625721f5eb48fb7f44.tar.gz
emacs-cc17363fc3f5c5bc9d5b8a625721f5eb48fb7f44.zip
Fixes: debbugs:13556
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional parameter BAR-NOT-SYMBOL to control syntax of | for font-lock. (lisp-mode): Pass t for it.
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 eb9f254a5a8..7c510771264 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2
3 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
5 (lisp-mode): Pass t for it. (Bug#13556)
6
12013-01-25 Alan Mackenzie <acm@muc.de> 72013-01-25 Alan Mackenzie <acm@muc.de>
2 8
3 AWK Mode: Fix indentation bug at top level. Bug #12274. 9 AWK Mode: Fix indentation bug at top level. Bug #12274.