emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Mon, 04 Dec 2006 12:40:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/04 12:39:58

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5435
retrieving revision 1.5436
diff -u -b -r1.5435 -r1.5436
--- ChangeLog   4 Dec 2006 12:26:35 -0000       1.5435
+++ ChangeLog   4 Dec 2006 12:39:58 -0000       1.5436
@@ -9,12 +9,13 @@
        if first event in [signal xxx] sequence.
        (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
        (syms_of_keyboard): Don't intern and staticpro them.
-       (Qsignal, Qusr1, Qusr2): Declare.
-       (syms_of_keyboard): Intern and staticpro them.
-       (make_lispy_event): Return them for USER_SIGNAL_EVENTs.
+       (Qsignal): Declare here.
+       (syms_of_keyboard): Intern and staticpro it.
+       (make_lispy_event): Use it.  Intern symbols on the fly for other
+       USER_SIGNAL_EVENTs events.
 
        * process.c (Qsignal): Declare extern.
-       (syms_of_process): Don't intern/staticpro them here.
+       (syms_of_process): Don't intern/staticpro it here.
 
        * process.c (read_process_output): Abort if carryover < 0.
 




reply via email to

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