diff options
| author | Glenn Morris | 2013-07-25 22:45:15 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-07-25 22:45:15 -0400 |
| commit | 8358a09d4f1e7e26bec6f72c267fd2b931d00c19 (patch) | |
| tree | cedcc8b9e2c86cc201146cdfbfb662dd5665196b /lisp/ChangeLog | |
| parent | 15ac32d5284476d27dd40bd238c3bab633081aee (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2013-07-26 Glenn Morris <rgm@gnu.org> | 1 | 2013-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 | ||