unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1479: fileio.c cleanup
@ 2008-12-03  2:30 Dan Nicolaescu
  2011-07-10 12:58 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Nicolaescu @ 2008-12-03  2:30 UTC (permalink / raw)
  To: bug-gnu-emacs


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.







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

* bug#1479: fileio.c cleanup
  2008-12-03  2:30 bug#1479: fileio.c cleanup Dan Nicolaescu
@ 2011-07-10 12:58 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 12:58 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: 1479

Dan Nicolaescu <dann@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/





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

end of thread, other threads:[~2011-07-10 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-03  2:30 bug#1479: fileio.c cleanup Dan Nicolaescu
2011-07-10 12:58 ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).