]> git.eshelyaron.com Git - emacs.git/commit
Move generalized variable specs from cl-lib.el to gv.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 21 Jul 2021 22:21:34 +0000 (00:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 21 Jul 2021 22:21:34 +0000 (00:21 +0200)
commita82855732019622ebe1cfac9055d84366f3608f2
treea9b361d10d57fbb4874b69851aa348b1918f5671
parent38a62efc15ddd849219ef1bdc98da933b5b1c33c
Move generalized variable specs from cl-lib.el to gv.el

* lisp/emacs-lisp/cl-lib.el: Move all the generalized variable
specifications from cl-lib.el...
* lisp/emacs-lisp/gv.el: ... to gv.el.  This will make things like
`(setf (getenv "FOO") "BAR")' work without requiring anything,
since `setf' lives in gv.el (bug#49651).
lisp/emacs-lisp/cl-lib.el
lisp/emacs-lisp/gv.el