1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* progmodes/make-mode.el (makefile-browse): Remove unnecessary interactive.

Fixes: debbugs:11324
This commit is contained in:
Aaron S. Hawley 2012-05-07 21:25:52 -04:00 committed by Glenn Morris
parent 6f0652af03
commit 06f679a794
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
* progmodes/make-mode.el (makefile-browse):
Remove unnecessary interactive. (Bug#11324)
2012-05-07 Glenn Morris <rgm@gnu.org>
* forms-d2.el, forms-pass.el: Move to ../etc/forms directory.

View File

@ -1493,7 +1493,6 @@ Insertion takes place at point."
(setq buffer-read-only t))
(defun makefile-browse (targets macros)
(interactive)
(if (zerop (+ (length targets) (length macros)))
(progn
(beep)