summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
Commit message (Expand)AuthorAgeFilesLines
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* byte-run.el (eval-when-compile), cc-defs.el (cc-eval-when-compile): Fix edebu...Katsumi Yamaoka2013-12-251-1/+1
* * lisp/emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec.Stefan Monnier2013-11-201-6/+5
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.Stefan Monnier2013-11-041-1/+2
* * lisp/emacs-lisp/bytecomp.el: Check existence of f in #'f.Stefan Monnier2013-08-071-1/+0
* * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't useStefan Monnier2013-03-121-1/+2
* * lisp/emacs-lisp/byte-run.el (dont-compile): Declare obsolete.Stefan Monnier2013-03-101-2/+2
* * lisp/emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):Stefan Monnier2013-02-081-5/+5
* Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-021-1/+7
|\
| * defun fix for cl declarations + interactive formsGlenn Morris2013-01-021-1/+7
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-29/+36
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * * emacs-lisp/byte-run.el (defmacro): Use same argument parsing asAndreas Schwab2012-12-311-28/+35
| * Fixes: debbugs:13316Andreas Schwab2012-12-311-5/+5
| * * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Don't acceptStefan Monnier2012-11-191-1/+3
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.Stefan Monnier2012-11-201-1/+1
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier2012-11-191-2/+8
|/
* More documentation fixes for changes to defun, defmacro, etc.Chong Yidong2012-10-151-1/+2
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-1/+3
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* * lisp/emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.Stefan Monnier2012-09-071-4/+3
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-2/+2
* Fix return value of `defun' and un-define it.Stefan Monnier2012-06-181-1/+3
* Don't autoload functions too eagerly during macroexpansion.Stefan Monnier2012-06-081-10/+17
* Add `declare' for `defun'. Align `defmacro's with it.Stefan Monnier2012-05-301-53/+120
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-23/+88
* * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties toStefan Monnier2012-05-171-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-11/+8
* Miscellaneous tweaks.Stefan Monnier2011-06-011-6/+3
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-2/+2
* Compute freevars in cconv-analyse.Stefan Monnier2011-02-261-6/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-6/+7
|\ \ | |/
| * * subr.el (unintern): Declare the obarray arg mandatory.Stefan Monnier2010-09-141-6/+7
* | Use `declare' in defmacros.Stefan Monnier2010-08-301-1/+0
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-061-1/+1
* (define-obsolete-variable-alias): Use dolist,Stefan Monnier2009-11-031-4/+4
* * textmodes/tex-mode.el (tex-dvi-view-command)Dan Nicolaescu2009-10-261-1/+2
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-2/+6
* (define-obsolete-variable-alias): Doc fix.Glenn Morris2009-10-161-15/+19
* (define-obsolete-face-alias): Doc fix.Glenn Morris2009-10-061-2/+2
* * emacs-lisp/byte-run.el (advertised-signature-table): New var.Stefan Monnier2009-10-011-2/+24
* (define-obsolete-face-alias): New macro.Glenn Morris2009-08-311-2/+17