aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-05-24 12:51:52 -0700
committerDaniel Colascione2014-05-24 12:51:52 -0700
commit8bb17f6471522c30630d0571a8b31d09554a17c2 (patch)
tree20b7c759535855a36a057aa1e41680760bb48a38 /lisp/ChangeLog
parentec774634839b0d6ea52f96e272954bdbb5cd9726 (diff)
downloademacs-8bb17f6471522c30630d0571a8b31d09554a17c2.tar.gz
emacs-8bb17f6471522c30630d0571a8b31d09554a17c2.zip
Unbreak the build
* lisp/emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid breaking the build.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b786027f76d..a14af45cc74 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-05-24 Daniel Colascione <dancol@dancol.org>
2
3 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
4 breaking the build.
5
12014-05-24 Leo Liu <sdl.web@gmail.com> 62014-05-24 Leo Liu <sdl.web@gmail.com>
2 7
3 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556) 8 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)