emacs-diffs
[Top][All Lists]
Advanced

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

master 9a110cb: ; Make function missed in previous change obsolete


From: Stefan Kangas
Subject: master 9a110cb: ; Make function missed in previous change obsolete
Date: Sat, 27 Feb 2021 18:14:44 -0500 (EST)

branch: master
commit 9a110cb0d956ddf887e7d5ba9f0c2a67c9a1c6f0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Make function missed in previous change obsolete
    
    * lisp/play/handwrite.el (menu-bar-handwrite-map): Make unused
    function obsolete.
---
 lisp/play/handwrite.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 3cc5d9c..cc05823 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -90,6 +90,7 @@
     (define-key map [handwrite] '("Write by hand" . handwrite))
     map))
 (fset 'menu-bar-handwrite-map menu-bar-handwrite-map)
+(make-obsolete 'menu-bar-handwrite-map nil "28.1")
 (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]