* progmodes/make-mode.el (makefile-browse): Remove unnecessary interactive.
Fixes: debbugs:11324
This commit is contained in:
parent
6f0652af03
commit
06f679a794
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue