GNU bug report logs - #11324
24.0.95; Remove interactive for makefile-browse

Previous Next

Package: emacs;

Reported by: "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>

Date: Tue, 24 Apr 2012 14:01:02 UTC

Severity: minor

Found in version 24.0.95

Fixed in version 24.2

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11324 in the body.
You can then email your comments to 11324 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#11324; Package emacs. (Tue, 24 Apr 2012 14:01:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 24 Apr 2012 14:01:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.95; Remove interactive for makefile-browse
Date: Tue, 24 Apr 2012 09:59:24 -0400
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 <at> 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)




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 08 May 2012 01:29:01 GMT) Full text and rfc822 format available.

Notification sent to "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>:
bug acknowledged by developer. (Tue, 08 May 2012 01:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 11324-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 11324-done <at> debbugs.gnu.org
Subject: Re: bug#11324: 24.0.95; Remove interactive for makefile-browse
Date: Mon, 07 May 2012 21:26:25 -0400
Version: 24.2

OK; applied, thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Jun 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 299 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.