]> git.eshelyaron.com Git - emacs.git/commit
Preserve setf semantics in 'substring', 'cons', 'logand' expanders
authorŠtěpán Němec <stepnem@gmail.com>
Sat, 11 Apr 2020 22:27:51 +0000 (00:27 +0200)
committerŠtěpán Němec <stepnem@gmail.com>
Tue, 25 Aug 2020 15:59:05 +0000 (17:59 +0200)
commit0e01d5aa723cd50749f9028f0e8ad85a3afe52aa
treeec8f562e12be1dc70185801b34c1c373aeab9667
parentf3e29733bbe63950b3ef1259744723193ff5f388
Preserve setf semantics in 'substring', 'cons', 'logand' expanders

* doc/lispref/variables.texi (Adding Generalized Variables): Fix example.
* lisp/emacs-lisp/cl-lib.el (substring)
* lisp/emacs-lisp/gv.el (cons, logand): Return the value being
assigned, as specified for 'setf'.  (bug#35546)
doc/lispref/variables.texi
lisp/emacs-lisp/cl-lib.el
lisp/emacs-lisp/gv.el