]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dig.el (dig-exit): Mark for 'dig-mode'.
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 08:38:45 +0000 (10:38 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 08:39:23 +0000 (10:39 +0200)
lisp/net/dig.el

index f7f1500454a363e5738e34ab9e51a16fbeaa44e4..81ddade1091071c9c1392b378cbc9105f0d86ff7 100644 (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