summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index ca0a9fa..8b9c7b9 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -120,8 +120,9 @@ I keep forgetting how they differ."
120 (interactive "p\nP") 120 (interactive "p\nP")
121 (message "p: %S P: %S" p-arg P-arg)) 121 (message "p: %S P: %S" p-arg P-arg))
122 122
123(defmacro +defvar (var value _) 123(defmacro +defvar (var value &optional _)
124 "Quick way to `setq' a variable from a `defvar' form." 124 "Quick way to `setq' a variable from a `defvar' form."
125 (declare (doc-string 3))
125 `(setq ,var ,value)) 126 `(setq ,var ,value))
126 127
127(defmacro +with-message (message &rest body) 128(defmacro +with-message (message &rest body)