about summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-01 21:15:26 -0500
committerCase Duckworth2021-09-01 21:15:26 -0500
commit1e75668c18f29a422cedf896b1b7bf98ccb61d62 (patch)
tree362e2bae1ff224f122bf90b26b5d27d3709c8be8 /lisp/acdw.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-1e75668c18f29a422cedf896b1b7bf98ccb61d62.tar.gz
emacs-1e75668c18f29a422cedf896b1b7bf98ccb61d62.zip
Change warn to message
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 796c2f1..414b892 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el
@@ -590,7 +590,7 @@ It's called 'require-private' for historical reasons."
590 (if (functionp secret) 590 (if (functionp secret)
591 (funcall secret) 591 (funcall secret)
592 secret)) 592 secret))
593 (warn "Password not found for %S" params)))) 593 (message "Password not found for %S" params))))
594 594
595(provide 'acdw) 595(provide 'acdw)
596;;; acdw.el ends here 596;;; acdw.el ends here