From: Stefan Kangas Date: Sat, 27 Feb 2021 23:13:24 +0000 (+0100) Subject: ; Make function missed in previous change obsolete X-Git-Tag: emacs-28.0.90~3504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a110cb0d956ddf887e7d5ba9f0c2a67c9a1c6f0;p=emacs.git ; Make function missed in previous change obsolete * lisp/play/handwrite.el (menu-bar-handwrite-map): Make unused function obsolete. --- diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 3cc5d9c8dce..cc058230751 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