aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/widget.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/widget.el b/lisp/widget.el
index 4028fa1a20e..28ba6c6a005 100644
--- a/lisp/widget.el
+++ b/lisp/widget.el
@@ -35,6 +35,7 @@
35;; Doing this is unnecessary in Emacs 20. Kept as dummy in case 35;; Doing this is unnecessary in Emacs 20. Kept as dummy in case
36;; external libraries call it. We save a kb or two of purespace by 36;; external libraries call it. We save a kb or two of purespace by
37;; dummying-out such definitions generally. 37;; dummying-out such definitions generally.
38(make-obsolete 'define-widget-keywords nil "27.1")
38(defmacro define-widget-keywords (&rest _keys) 39(defmacro define-widget-keywords (&rest _keys)
39 ;; ;; Don't use backquote, since that makes trouble trying to 40 ;; ;; Don't use backquote, since that makes trouble trying to
40 ;; ;; re-bootstrap from just the .el files. 41 ;; ;; re-bootstrap from just the .el files.