about summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-18 18:16:01 -0600
committerCase Duckworth2022-01-18 18:16:01 -0600
commit6852a7307a6f3a70d32b44d4971f98a343a64c59 (patch)
treec2044852a492ca622d6489881ff3482ab0476c73 /lisp/acdw.el
parentAdd unworking sketch for fluid-width tabs (diff)
downloademacs-6852a7307a6f3a70d32b44d4971f98a343a64c59.tar.gz
emacs-6852a7307a6f3a70d32b44d4971f98a343a64c59.zip
Ahh
Diffstat (limited to 'lisp/acdw.el')
-rw-r--r--lisp/acdw.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 17741ab..28ea108 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -128,7 +128,7 @@ I keep forgetting how they differ."
128 128
129(defmacro +defvar (var value &rest _) 129(defmacro +defvar (var value &rest _)
130 "Quick way to `setq' a variable from a `defvar' form." 130 "Quick way to `setq' a variable from a `defvar' form."
131 (declare (doc-string 3)) 131 (declare (doc-string 3) (indent 2))
132 `(setq ,var ,value)) 132 `(setq ,var ,value))
133 133
134(defmacro +with-message (message &rest body) 134(defmacro +with-message (message &rest body)