aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorAaron S. Hawley2012-05-07 21:25:52 -0400
committerGlenn Morris2012-05-07 21:25:52 -0400
commit06f679a7941bdb0ca787021a89702fbed668d3a3 (patch)
tree54b5a3b37bde26ff7e887a966234d0674c475726 /lisp/progmodes
parent6f0652af038234beb67768937d9a8033fa06444b (diff)
downloademacs-06f679a7941bdb0ca787021a89702fbed668d3a3.tar.gz
emacs-06f679a7941bdb0ca787021a89702fbed668d3a3.zip
* progmodes/make-mode.el (makefile-browse): Remove unnecessary interactive.
Fixes: debbugs:11324
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/make-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index a173b11500e..2f4419ba2ea 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -1493,7 +1493,6 @@ Insertion takes place at point."
1493 (setq buffer-read-only t)) 1493 (setq buffer-read-only t))
1494 1494
1495(defun makefile-browse (targets macros) 1495(defun makefile-browse (targets macros)
1496 (interactive)
1497 (if (zerop (+ (length targets) (length macros))) 1496 (if (zerop (+ (length targets) (length macros)))
1498 (progn 1497 (progn
1499 (beep) 1498 (beep)