aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-24 21:29:07 -0400
committerGlenn Morris2014-06-24 21:29:07 -0400
commit320624a308fc91abb0341e05f5d1334677cff559 (patch)
treec5986bc755019e50aafd32eb9186098f20fb75d6
parent5132f910f3426fdb96f1e6e6ec5f8453d6fc5849 (diff)
downloademacs-320624a308fc91abb0341e05f5d1334677cff559.tar.gz
emacs-320624a308fc91abb0341e05f5d1334677cff559.zip
ChangeLog fix
-rw-r--r--lisp/ChangeLog4
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 @@
12014-06-24 Leonard Randall <leonard.a.randall@gmail.com> 12014-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
72014-06-24 Eli Barzilay <eli@barzilay.org> 72014-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
122014-06-24 Leo Liu <sdl.web@gmail.com> 122014-06-24 Leo Liu <sdl.web@gmail.com>