about summary refs log tree commit diff stats
path: root/lisp/acdw.el
diff options
context:
space:
mode:
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