GNU bug report logs - #9999
23.3; menu related segfault when making new frame

Previous Next

Package: emacs;

Reported by: michael_heerdegen <at> web.de

Date: Wed, 9 Nov 2011 00:18:01 UTC

Severity: normal

Found in version 23.3

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: michael_heerdegen <at> web.de, 9999 <at> debbugs.gnu.org
Subject: bug#9999: 23.3; menu related segfault when making new frame
Date: Thu, 10 Nov 2011 20:59:39 -0500
>   /* If frame is ``official'', nothing to do.  */
>   if (!CONSP (Vframe_list) || !EQ (XCAR (Vframe_list), frame))

How 'bout changing it to

  if (NILP (Fmemq (frame, Vframe_list)))

?


        Stefan




This bug report was last modified 13 years and 255 days ago.

Previous Next


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