1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

* lisp/net/dig.el (dig-exit): Mark for 'dig-mode'.

This commit is contained in:
Stefan Kangas 2022-07-07 10:38:45 +02:00
parent f703b64da0
commit b075a59a1a

View File

@ -132,7 +132,7 @@ Buffer should contain output generated by `dig-invoke'."
(defun dig-exit ()
"Quit dig output buffer."
(interactive)
(interactive nil dig-mode)
(quit-window t))
;;;###autoload