emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/emacs.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c [emacs-unicode-2]
Date: Tue, 29 Jun 2004 13:08:07 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.328.4.4 emacs/src/emacs.c:1.328.4.5
*** emacs/src/emacs.c:1.328.4.4 Mon Jun 28 07:29:20 2004
--- emacs/src/emacs.c   Tue Jun 29 16:46:02 2004
***************
*** 126,139 ****
  /* An empty lisp string.  To avoid having to build any other.  */
  Lisp_Object empty_string;
  
- #ifdef SIGUSR1
- /* Hooks for signal USR1 and USR2 handling.  */
- Lisp_Object Vsignal_USR1_hook;
- #ifdef SIGUSR2
- Lisp_Object Vsignal_USR2_hook;
- #endif
- #endif
- 
  /* Search path separator.  */
  Lisp_Object Vpath_separator;
  
--- 126,131 ----
***************
*** 2379,2396 ****
    empty_string = build_string ("");
    staticpro (&empty_string);
  
- #ifdef SIGUSR1
-   DEFVAR_LISP ("signal-USR1-hook", &Vsignal_USR1_hook,
-              doc: /* Hook to be run whenever emacs receives a USR1 signal.  
*/);
-   Vsignal_USR1_hook = Qnil;
- #ifdef SIGUSR2
-   DEFVAR_LISP ("signal-USR2-hook", &Vsignal_USR2_hook,
-              doc: /* Hook to be run whenever emacs receives a USR2 signal.  
*/);
-   Vsignal_USR2_hook = Qnil;
- #endif
- #endif
- 
- 
    DEFVAR_INT ("emacs-priority", &emacs_priority,
              doc: /* Priority for Emacs to run at.
  This value is effective only if set before Emacs is dumped,
--- 2371,2376 ----




reply via email to

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