1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

Mark define-widget-keywords as obsolete

* lisp/widget.el (define-widget-keywords): Mark as obsolete.
(Bug#36065)
This commit is contained in:
Stefan Kangas 2019-05-29 19:38:27 +02:00 committed by Eli Zaretskii
parent e40f1c68b5
commit f58cae8b37

View File

@ -35,6 +35,7 @@
;; Doing this is unnecessary in Emacs 20. Kept as dummy in case
;; external libraries call it. We save a kb or two of purespace by
;; dummying-out such definitions generally.
(make-obsolete 'define-widget-keywords nil "27.1")
(defmacro define-widget-keywords (&rest _keys)
;; ;; Don't use backquote, since that makes trouble trying to
;; ;; re-bootstrap from just the .el files.