projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e660ee8
)
* lisp/emacs-lisp/gv.el (buffer-local-value): Unobsolete (bug#65555).
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 2 Sep 2023 07:44:50 +0000
(10:44 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 2 Sep 2023 07:44:50 +0000
(10:44 +0300)
lisp/emacs-lisp/gv.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/gv.el
b/lisp/emacs-lisp/gv.el
index 6adba6c342f094da100f19fe2d2a22e551883430..ecb46152ce17245c5d5599139835e7999cfa4862 100644
(file)
--- a/
lisp/emacs-lisp/gv.el
+++ b/
lisp/emacs-lisp/gv.el
@@
-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)