summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/gv.el
Commit message (Expand)AuthorAgeFilesLines
* Don't say that macro-expansion error is a warningMattias Engdegård2022-06-301-1/+1
* (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-191-5/+2
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-1/+1
|\
| * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-1/+1
* | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-1/+4
|/ /
* | Remove spurious %S from 'define-error' messagesTom Levy2021-11-101-1/+1
|/
* Move generalized variable specs from cl-lib.el to gv.elLars Ingebrigtsen2021-07-221-0/+100
* Fix a few Edebug specifications where code is wrapped in lambdas.Philipp Stephani2021-05-171-1/+1
* Merge from origin/emacs-27Glenn Morris2021-03-121-2/+1
|\
| * * lisp/emacs-lisp/gv.el (edebug-after): Don't run the getter in the setterStefan Monnier2021-03-051-2/+1
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-261-1/+1
* | Remove last remaining external uses of `edebug-form-spec`Stefan Monnier2021-02-241-1/+1
* | * lisp/emacs-lisp/byte-run.el (compiler-macro): Make it EdebuggableStefan Monnier2021-02-141-1/+3
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-1/+2
* | Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-121-0/+5
* | * lisp/emacs-lisp/gv.el (gv-place): SimplifyStefan Monnier2021-02-111-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * lisp/emacs-lisp/gv.el (error): Allow it as a placeStefan Monnier2020-12-141-0/+5
* | 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