X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fencrypt.el;fp=lisp%2Fencrypt.el;h=8fca2811045f10de7fdc5439344e2a7d3a44ec25;hp=83938239d937a4f930fcf7036ae316034f436c02;hb=a14997dba88c8e5e48b0a08e593944d151d7731a;hpb=763a9207dbaf7e76150f1d38d352b62839a23b40 diff --git a/lisp/encrypt.el b/lisp/encrypt.el index 83938239d..8fca28110 100644 --- a/lisp/encrypt.el +++ b/lisp/encrypt.el @@ -94,6 +94,7 @@ Format example: (defvar encrypt-temp-prefix "encrypt" "Prefix for temporary filenames") +;;;###autoload (defun encrypt-find-model (filename) "Given a filename, find a encrypt-file-alist entry" (dolist (entry encrypt-file-alist) @@ -103,6 +104,7 @@ Format example: (string-match match filename)) (return model))))) +;;;###autoload (defun encrypt-insert-file-contents (file &optional model) "Decrypt FILE into the current buffer." (interactive "fFile to insert: ")