diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-02-17 22:26:28 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-02-17 22:26:28 +0100 |
commit | f92bb788a073c6b3ca7f188e0edea714598193fd (patch) | |
tree | 9bea27955098bfc33d0daaa345cfa3dca5b695fd /lisp/gnus/smime.el | |
parent | 1fe5994bcb8b58012dbba0a5f7d03138c293286f (diff) | |
parent | 6735bb3d22dc64f3fe42e4a7f439ea9d62f75b5a (diff) | |
download | emacs-f92bb788a073c6b3ca7f188e0edea714598193fd.tar.gz emacs-f92bb788a073c6b3ca7f188e0edea714598193fd.tar.bz2 emacs-f92bb788a073c6b3ca7f188e0edea714598193fd.zip |
Merge remote-tracking branch 'savannah/master' into native-comp
Diffstat (limited to 'lisp/gnus/smime.el')
-rw-r--r-- | lisp/gnus/smime.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 8900be5e4f1..2446577c6ad 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -672,7 +672,7 @@ The following commands are available: (defun smime-exit () "Quit the S/MIME buffer." - (interactive) + (interactive nil smime-mode) (kill-buffer (current-buffer))) ;; Other functions |