diff options
author | Case Duckworth | 2021-09-01 21:15:26 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-01 21:15:26 -0500 |
commit | 1e75668c18f29a422cedf896b1b7bf98ccb61d62 (patch) | |
tree | 362e2bae1ff224f122bf90b26b5d27d3709c8be8 | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-1e75668c18f29a422cedf896b1b7bf98ccb61d62.tar.gz emacs-1e75668c18f29a422cedf896b1b7bf98ccb61d62.zip |
Change warn to message
-rw-r--r-- | lisp/acdw.el | 2 |
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 |