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