mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
* lisp/emacs-lisp/gv.el (buffer-local-value): Unobsolete (bug#65555).
This commit is contained in:
parent
e660ee88e3
commit
2137fdfd55
@ -411,7 +411,6 @@ The return value is the last VAL in the list.
|
||||
(gv-define-setter buffer-local-value (val var buf)
|
||||
(macroexp-let2 nil v val
|
||||
`(with-current-buffer ,buf (set (make-local-variable ,var) ,v))))
|
||||
(make-obsolete-generalized-variable 'buffer-local-value nil "29.1")
|
||||
|
||||
(gv-define-expander alist-get
|
||||
(lambda (do key alist &optional default remove testfn)
|
||||
|
Loading…
Reference in New Issue
Block a user