Skip to content

Commit 7f1b559

Browse files
author
Dan Sutton
committed
Use internal notify method
only useful for suppressing messages during tests
1 parent 29c3c47 commit 7f1b559

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resize-window.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,9 @@ If SCALED, then call action with the resize-window-capital-argument."
215215
(funcall action))
216216

217217
(wrong-number-of-arguments
218-
(message "Invalid arity in function for %s"
219-
(char-to-string (resize-window--choice-keybinding choice)))))))
218+
(resize-window--notify "Invalid arity in function for %s"
219+
(char-to-string
220+
(resize-window--choice-keybinding choice)))))))
220221

221222
;;;###autoload
222223
(defun resize-window ()

0 commit comments

Comments
 (0)