diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-15 13:43:27 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-02-15 13:43:27 +0100 |
commit | 398811b7f67e2a27d31541e5200707911a3377ce (patch) | |
tree | 1a5fe09b7e0d117b4fbb53493080682480f5edaf /lisp/gnus/mml.el | |
parent | b535c8ba8735409b43ec9b1ce99a966cfa1383b1 (diff) | |
download | emacs-398811b7f67e2a27d31541e5200707911a3377ce.tar.gz emacs-398811b7f67e2a27d31541e5200707911a3377ce.tar.bz2 emacs-398811b7f67e2a27d31541e5200707911a3377ce.zip |
Do `interactive' mode tagging in the remaining lisp/gnus files
Diffstat (limited to 'lisp/gnus/mml.el')
-rw-r--r-- | lisp/gnus/mml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index f77e5c6434e..dcc9ea51dd2 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -1339,7 +1339,7 @@ If not set, `default-directory' will be used." (defun mml-quote-region (beg end) "Quote the MML tags in the region." - (interactive "r") + (interactive "r" mml-mode) (save-excursion (save-restriction ;; Temporarily narrow the region to defend from changes |