diff options
| author | Glenn Morris | 2014-06-24 21:29:07 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-24 21:29:07 -0400 |
| commit | 320624a308fc91abb0341e05f5d1334677cff559 (patch) | |
| tree | c5986bc755019e50aafd32eb9186098f20fb75d6 | |
| parent | 5132f910f3426fdb96f1e6e6ec5f8453d6fc5849 (diff) | |
| download | emacs-320624a308fc91abb0341e05f5d1334677cff559.tar.gz emacs-320624a308fc91abb0341e05f5d1334677cff559.zip | |
ChangeLog fix
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d73731feaa..80cdb66425c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> | 1 | 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change) |
| 2 | 2 | ||
| 3 | * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search | 3 | * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search |
| 4 | for comment lines non-greedy and stopping at newlines to fix stack | 4 | for comment lines non-greedy and stopping at newlines to fix stack |
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | 2014-06-24 Eli Barzilay <eli@barzilay.org> | 7 | 2014-06-24 Eli Barzilay <eli@barzilay.org> |
| 8 | 8 | ||
| 9 | * calculator.el (calculator-last-input): drop 'ascii-character property | 9 | * calculator.el (calculator-last-input): Drop 'ascii-character property |
| 10 | lookup. | 10 | lookup. |
| 11 | 11 | ||
| 12 | 2014-06-24 Leo Liu <sdl.web@gmail.com> | 12 | 2014-06-24 Leo Liu <sdl.web@gmail.com> |