aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-21 11:00:19 -0700
committerDaniel Colascione2014-04-21 11:00:19 -0700
commit44faec17883a77a54378f607adea302f90f2da9d (patch)
tree61fb41a50d4f8243c4789d711775443e5c707e2a /lisp/ChangeLog
parent9253f7af873a4a343b46c219bbba8daa6ad73fe6 (diff)
downloademacs-44faec17883a77a54378f607adea302f90f2da9d.tar.gz
emacs-44faec17883a77a54378f607adea302f90f2da9d.zip
Remove excess parameters on cl--const-expr-val
2014-04-21 Daniel Colascione <dancol@dancol.org> * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the last two parameters after all. (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member) (cl--compiler-macro-assoc,cl-struct-slot-value) (cl-struct-set-slot-value): Stop using them.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0fd29f0ffba..2feab6a9583 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,12 @@
12014-04-21 Stefan Monnier <monnier@iro.umontreal.ca> 12014-04-21 Daniel Colascione <dancol@dancol.org>
2
3 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
4 last two parameters after all.
5 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
6 (cl--compiler-macro-assoc,cl-struct-slot-value)
7 (cl-struct-set-slot-value): Stop using them.
8
9(2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * image-mode.el (image-mode-window-put): Don't assume there's a `t' 11 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
4 entry in image-mode-winprops-alist. 12 entry in image-mode-winprops-alist.