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:
parent
6f0652af03
commit
06f679a794
@ -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…
Reference in New Issue
Block a user