summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/gv.el
Commit message (Expand)AuthorAgeFilesLines
* Add gv-define-expander for plist-getNaoya Yamashita2020-09-091-0/+11
* Preserve setf semantics in 'substring', 'cons', 'logand' expandersŠtěpán Němec2020-08-251-6/+12
* Ensure that getters and setters can be edebugged at the same time.Philipp Stephani2020-06-141-1/+1
* Merge from origin/emacs-27Glenn Morris2020-04-201-1/+1
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* | Also use named functions for the ‘gv’ declare forms (Bug#40491)Philipp Stephani2020-04-121-3/+13
|/
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some &rest body edebug specsLars Ingebrigtsen2019-10-161-1/+1
* Tweak gv-define-setter debug settingLars Ingebrigtsen2019-07-151-1/+1
* Fix alist-get gv setter not returning VALMichael Heerdegen2019-05-091-12/+14
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/gv.el (gv-define-setter): Silence compiler warningStefan Monnier2018-04-181-0/+2
* | * lisp/emacs-lisp/gv.el (char-table-range): Add gv-setter.Stefan Monnier2018-01-251-0/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Rewrite Testcover's internals, fixing several bugsGemini Lasswell2017-10-081-1/+3
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Move gensym to core ElispMark Oteiza2017-09-121-2/+2
* Don't define gv expanders in compiler's runtime (Bug#27016)Noam Postavsky2017-08-071-6/+1
* alist-get: Add optional arg TESTFNTino Calancha2017-07-171-2/+4
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.Nicolas Richard2016-08-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Signal an error when `setf' gets an odd number of arguments.Alan Mackenzie2015-11-231-0/+2
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Escape ` and ' in docPaul Eggert2015-09-011-1/+1
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* (gv-setter, gv-synthetic-place, gv-delay-error): New funs/macrosStefan Monnier2015-07-071-7/+50
* * lisp/progmodes/gud.el: Use lexical-binding.Stefan Monnier2015-03-031-3/+14
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexpand-1): New function.Stefan Monnier2014-10-311-4/+4
* * lisp/subr.el (alist-get): New accessor.Stefan Monnier2014-10-011-16/+35
* * emacs-lisp/gv.el (window-buffer, window-display-table)Leo Liu2014-05-311-6/+11
* lisp/emacs-lisp/gv.el: Avoid duplicating entries of defun-declaration-alist.Juanma Barranquero2014-02-211-4/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/emacs-lisp/gv.el (gv-ref): Mention lexbind restriction.Stefan Monnier2013-12-161-1/+4
* * lisp/electric.el (electric-indent-local-mode): New minor mode.Stefan Monnier2013-11-051-0/+4
* * lisp/emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.Stefan Monnier2013-09-041-1/+3
* * lisp/emacs-lisp/timer.el (timer--time-setter): New function.Stefan Monnier2013-08-121-2/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Backport fix for bug#12879 from trunkStefan Monnier2012-11-141-1/+1
* | * lisp/emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments.Stefan Monnier2012-11-131-1/+1
* | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-121-2/+3
|\|
| * * lisp/emacs-lisp/gv.el (gv-define-simple-setter): One more fix.Stefan Monnier2012-11-121-2/+3
* | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-5/+12
|\|