]> git.eshelyaron.com Git - emacs.git/commit
* calc/calc-prog.el (math-do-defmath): Use backquote forms. Fix
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 7 Aug 2012 16:12:20 +0000 (18:12 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 7 Aug 2012 16:12:20 +0000 (18:12 +0200)
commit651eaf36f227ac6067263fe1fb9a7c56984a9b6d
tree63f5f8839f74c768b85cbfc204cf8d15c45045fa
parentc644523bd8a23e518c91b61a1b8520e866b715b9
* calc/calc-prog.el (math-do-defmath): Use backquote forms.  Fix
handling of interactive spec when the body uses return.
(math-do-arg-check, math-define-function-body): Use backquote forms.
* calc/calc-ext.el (math-defcache): Likewise.
* calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
* allout.el (allout-new-exposure): Likewise.
* calc/calcalg2.el (math-tracing-integral): Likewise.
* info.el (Info-last-menu-item): Likewise.
* emulation/vip.el (vip-loop): Likewise.
* textmodes/artist.el (artist-funcall): Likewise.
* menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
Construct menu-item directly.

* cedet/ede/base.el (ede-with-projectfile): Use backquote forms.
12 files changed:
lisp/ChangeLog
lisp/allout.el
lisp/calc/calc-ext.el
lisp/calc/calc-prog.el
lisp/calc/calc-rewr.el
lisp/calc/calcalg2.el
lisp/cedet/ChangeLog
lisp/cedet/ede/base.el
lisp/emulation/vip.el
lisp/info.el
lisp/menu-bar.el
lisp/textmodes/artist.el