emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 2137fdfd550: * lisp/emacs-lisp/gv.el (buffer-local-value): Unob


From: Eli Zaretskii
Subject: emacs-29 2137fdfd550: * lisp/emacs-lisp/gv.el (buffer-local-value): Unobsolete (bug#65555).
Date: Sat, 2 Sep 2023 03:45:36 -0400 (EDT)

branch: emacs-29
commit 2137fdfd55006598da70807361ac7b4b8e44ad22
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/emacs-lisp/gv.el (buffer-local-value): Unobsolete (bug#65555).
---
 lisp/emacs-lisp/gv.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el
index 6adba6c342f..ecb46152ce1 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]