bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1479: fileio.c cleanup


From: Lars Magne Ingebrigtsen
Subject: bug#1479: fileio.c cleanup
Date: Sun, 10 Jul 2011 14:58:34 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]