summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-07 10:38:45 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-07 10:39:23 +0200
commitb075a59a1a4ddfd0668da4fb2312a6ec747dd53b (patch)
tree8cb84d9aacd891e453e6b4845834812dc87dc9df
parentf703b64da0cb20dee42a47770f9d22ec335f29c2 (diff)
downloademacs-b075a59a1a4ddfd0668da4fb2312a6ec747dd53b.tar.gz
* lisp/net/dig.el (dig-exit): Mark for 'dig-mode'.
-rw-r--r--lisp/net/dig.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/dig.el b/lisp/net/dig.el
index f7f1500454a..81ddade1091 100644
--- a/lisp/net/dig.el
+++ b/lisp/net/dig.el
@@ -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