diff options
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 | ||