# HG changeset patch # User Oleksandr Gavenko # Date 1606062929 -7200 # Node ID 83380a5779c627436a7e4bd840a554178ceecd75 # Parent ce2756ae43b27ae8463e7120c1ba15a636dc605b Marked function for autoload. diff -r ce2756ae43b2 -r 83380a5779c6 mypasshide.el --- a/mypasshide.el Sat Nov 21 21:34:47 2020 +0200 +++ b/mypasshide.el Sun Nov 22 18:35:29 2020 +0200 @@ -19,6 +19,7 @@ (overlay-put overlay 'reveal-toggle-invisible #'mypasshide--toggle-display) )))) +;;;###autoload (define-minor-mode mypasshide-mode "Hide passwords after `mypasshide-prefix-re' and activate `reveal-mode'. Disabling is not implemented."