aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-07-25 22:45:15 -0400
committerGlenn Morris2013-07-25 22:45:15 -0400
commit8358a09d4f1e7e26bec6f72c267fd2b931d00c19 (patch)
treecedcc8b9e2c86cc201146cdfbfb662dd5665196b /lisp/ChangeLog
parent15ac32d5284476d27dd40bd238c3bab633081aee (diff)
downloademacs-8358a09d4f1e7e26bec6f72c267fd2b931d00c19.tar.gz
emacs-8358a09d4f1e7e26bec6f72c267fd2b931d00c19.zip
* lisp/align.el (align-regexp): Doc fix.
(align-region): Explicit error if subexpression missing/does not match. Fixes: debbugs:14857
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 25ce0ff9cd3..79582ea560a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12013-07-26 Glenn Morris <rgm@gnu.org> 12013-07-26 Glenn Morris <rgm@gnu.org>
2 2
3 * align.el (align-regexp): Doc fix. (Bug#14857)
4 (align-region): Explicit error if subexpression missing/does not match.
5
3 * simple.el (global-visual-line-mode): 6 * simple.el (global-visual-line-mode):
4 Do not duplicate the mode lighter. (Bug#14858) 7 Do not duplicate the mode lighter. (Bug#14858)
5 8