GNU bug report logs - #1479
fileio.c cleanup

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>

Date: Wed, 3 Dec 2008 02:40:04 UTC

Severity: minor

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.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 1479 in the body.
You can then email your comments to 1479 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1479; Package emacs. Full text and rfc822 format available.

Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: bug-gnu-emacs <bug-gnu-emacs <at> gnu.org>
Subject: fileio.c cleanup
Date: Tue, 2 Dec 2008 18:30:56 -0800 (PST)
read_non_regular_quit needs a Lisp_Object argument to satisfy the
prototype for internal_condition_case_1.
But do_auto_save_eh is exactly the same as read_non_regular_quit, so
maybe one of them can be removed.





Severity set to `minor' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 03 Dec 2008 23:20:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 1479 <at> debbugs.gnu.org and Dan Nicolaescu <dann <at> ics.uci.edu> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 10 Jul 2011 12:59:02 GMT) Full text and rfc822 format available.

Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#1479; Package emacs. (Sun, 10 Jul 2011 13:02:03 GMT) Full text and rfc822 format available.

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 1479 <at> debbugs.gnu.org
Subject: Re: fileio.c cleanup
Date: Sun, 10 Jul 2011 14:58:34 +0200
Dan Nicolaescu <dann <at> ics.uci.edu> writes:

> read_non_regular_quit needs a Lisp_Object argument to satisfy the
> prototype for internal_condition_case_1.
> But do_auto_save_eh is exactly the same as read_non_regular_quit, so
> maybe one of them can be removed.

The definition is

static Lisp_Object
read_non_regular_quit (Lisp_Object ignore)
{
  return Qnil;
}

so this has probably been fixed by now?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 08 Aug 2011 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 10 days ago.

Previous Next


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