all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11324: 24.0.95; Remove interactive for makefile-browse
@ 2012-04-24 13:59 Aaron S. Hawley
  2012-05-08  1:26 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron S. Hawley @ 2012-04-24 13:59 UTC (permalink / raw)
  To: 11324

In Makefile Mode, C-c C-b runs the command makefile-switch-to-browser.
 This in turn calls `makefile-browse'.  There's no need for the latter
to be a command.  The interactive spec is invalid for the function
arguments, anyway.

Thanks for Emacs,
aaron

2012-04-24  Aaron S. Hawley  <aaron.s.hawley@gmail.com>

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

--- make-mode.el	2012-04-23 15:51:58.830057300 -0400
+++ make-mode.el	2012-04-24 08:40:07.221045900 -0400
@@ -1493,7 +1493,6 @@
   (setq buffer-read-only t))

 (defun makefile-browse (targets macros)
-  (interactive)
   (if (zerop (+ (length targets) (length macros)))
       (progn
 	(beep)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#11324: 24.0.95; Remove interactive for makefile-browse
  2012-04-24 13:59 bug#11324: 24.0.95; Remove interactive for makefile-browse Aaron S. Hawley
@ 2012-05-08  1:26 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2012-05-08  1:26 UTC (permalink / raw)
  To: 11324-done

Version: 24.2

OK; applied, thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-08  1:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-24 13:59 bug#11324: 24.0.95; Remove interactive for makefile-browse Aaron S. Hawley
2012-05-08  1:26 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.