summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-macs.el
Commit message (Expand)AuthorAgeFilesLines
* Silence byte-compiler warning with :read-only defstruct slotsLawrence Mitchell2011-07-161-2/+4
* * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.Lars Magne Ingebrigtsen2011-07-151-1/+2
* * emacs-lisp/cl-macs.el (declare): Doc string fix-up.Lars Magne Ingebrigtsen2011-07-151-2/+2
* * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).Lars Magne Ingebrigtsen2011-07-151-0/+6
* Miscellaneous tweaks.Stefan Monnier2011-06-011-14/+47
* Miscellanous cleanups in preparation for the merge.Stefan Monnier2011-04-011-1/+1
* * emacs-lisp/cl-macs.el (cl-block-wrapper): Fix typo that broke CLChristian Ohler2011-03-201-1/+1
* * lisp/emacs-lisp/cl-macs.el (cl-byte-compile-block, cl-block-wrapper)Stefan Monnier2011-03-181-30/+24
* Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-1/+1
* Misc fixes, and use lexical-binding in more files.Stefan Monnier2011-03-111-6/+8
* Merge from trunkStefan Monnier2011-03-061-1/+1
|\
| * lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.Juanma Barranquero2011-03-011-1/+1
* | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-1/+7
|/
* Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-1/+1
|\
| * * lisp/emacs-lisp/cl-macs.el (return-from): Fix doc typo.Glenn Morris2011-02-051-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | cl-macs `loop' fix for bug#7492.Glenn Morris2010-12-021-2/+11
* | * lisp/emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)Stefan Monnier2010-11-081-9/+0
* | Silence cl-macs.el compilation.Glenn Morris2010-11-051-110/+109
* | Removed cut-buffer code.Jan Djärv2010-09-021-2/+0
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Merge from emacs-23Stefan Monnier2010-06-161-1/+1
|\|
| * Close bug#6408.Helmut Eller2010-06-121-1/+1
* | * emacs-lisp/cl-macs.el (window-parameter): Add defsetf withJuri Linkov2010-05-191-0/+1
* | Use define-minor-mode in more cases.Stefan Monnier2010-05-041-1/+11
* | Use define-minor-mode for less obvious cases.Stefan Monnier2010-05-041-3/+10
* | Fix some of the problems in defsubst* (bug#5728).Stefan Monnier2010-04-081-9/+30
|/
* Close bug#4427.Glenn Morris2010-03-111-2/+3
* * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).Chong Yidong2010-01-161-4/+14
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (define-compiler-macro): Purecopy the file name.Dan Nicolaescu2009-11-121-1/+1
* * menu-bar.el: Remove menu-bar-ediff-misc-menu from the ToolsChong Yidong2009-09-271-0/+1
* * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.Juanma Barranquero2009-09-111-0/+2
* (define-compiler-macro): Add a property that records where a macro wasGlenn Morris2009-09-111-2/+16
* (cl-macro-environment): Provide a docstring.Stefan Monnier2009-08-301-1/+5
* (load-time-value): Update for the name-change `outbuffer' toGlenn Morris2009-07-231-1/+1
* * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).Chong Yidong2009-05-101-2/+4
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Comment.Glenn Morris2008-11-201-0/+2
* (flet): Throw an error when trying to byte-compile a redefinition of aGlenn Morris2008-10-231-4/+8
* Simply require 'cl (silences spurious warnings).Glenn Morris2008-07-161-8/+1
* (ignore-errors): Move to subr.el.Glenn Morris2008-05-071-7/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (get-setf-method): Use `string-match-p'.Juanma Barranquero2008-04-081-2/+1
* (defsetf): Accept a lambda for the 2-arg form.Stefan Monnier2008-04-031-1/+1
* (frame-parameter) <defsetf>: Make it return the assigned value.Johan Bockgård2008-04-011-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-301-5/+6
|\
| * Trivial change.Richard M. Stallman2008-01-251-5/+6