about summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 12:04:45 -0600
committerCase Duckworth2021-03-11 12:08:02 -0600
commit01a3612932aec78eb39376dfbc36c89f9726951c (patch)
tree71b8e444a57fb0e6cbad4a1036fe3665b8e42ec0 /lisp
parentRemove extraneous comment (diff)
downloademacs-01a3612932aec78eb39376dfbc36c89f9726951c.tar.gz
emacs-01a3612932aec78eb39376dfbc36c89f9726951c.zip
Whitespace
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 268b9d1..971eabe 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -22,6 +22,7 @@
22;;; Code: 22;;; Code:
23 23
24;;; Utilities 24;;; Utilities
25
25(defun acdw/when-unfocused (func &rest args) 26(defun acdw/when-unfocused (func &rest args)
26 "Call FUNC, with ARGS, iff all Emacs frames are out of focus. 27 "Call FUNC, with ARGS, iff all Emacs frames are out of focus.
27 28