about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lisp/acdw.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index a1d3a0b..a6fddfe 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -115,5 +115,9 @@ I keep forgetting how they differ."
115 (interactive "p\nP") 115 (interactive "p\nP")
116 (message "p: %S P: %S" p-arg P-arg)) 116 (message "p: %S P: %S" p-arg P-arg))
117 117
118(defmacro +defvar (var value _)
119 "Quick way to `setq' a variable from a `defvar' form."
120 `(setq ,var ,value))
121
118(provide 'acdw) 122(provide 'acdw)
119;;; acdw.el ends here 123;;; acdw.el ends here