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