emacs-diffs
[Top][All Lists]
Advanced

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

master 767608e 5/5: Make unused variable menu-bar-handwrite-map obsolete


From: Stefan Kangas
Subject: master 767608e 5/5: Make unused variable menu-bar-handwrite-map obsolete
Date: Sun, 21 Feb 2021 05:11:51 -0500 (EST)

branch: master
commit 767608ef56044af63712206325d177b0caf279df
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Make unused variable menu-bar-handwrite-map obsolete
    
    * lisp/play/handwrite.el (menu-bar-handwrite-map): Make unused
    variable obsolete.
---
 lisp/play/handwrite.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 98da26c..3cc5d9c 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -90,7 +90,7 @@
     (define-key map [handwrite] '("Write by hand" . handwrite))
     map))
 (fset 'menu-bar-handwrite-map menu-bar-handwrite-map)
-
+(make-obsolete-variable 'menu-bar-handwrite-map nil "28.1")
 
 ;; User definable variables
 



reply via email to

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