diff options
author | Case Duckworth | 2021-03-11 12:04:45 -0600 |
---|---|---|
committer | Case Duckworth | 2021-03-11 12:08:02 -0600 |
commit | 01a3612932aec78eb39376dfbc36c89f9726951c (patch) | |
tree | 71b8e444a57fb0e6cbad4a1036fe3665b8e42ec0 /lisp | |
parent | Remove extraneous comment (diff) | |
download | emacs-01a3612932aec78eb39376dfbc36c89f9726951c.tar.gz emacs-01a3612932aec78eb39376dfbc36c89f9726951c.zip |
Whitespace
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 1 |
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 | ||