/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.309.2.11 by miles, Tue Jul 6 10:10:53 2004 UTC revision 1.309.2.12 by miles, Tue Jul 6 10:23:40 2004 UTC
# Line 126  Lisp_Object Vkill_emacs_hook; Line 126  Lisp_Object Vkill_emacs_hook;
126  /* An empty lisp string.  To avoid having to build any other.  */  /* An empty lisp string.  To avoid having to build any other.  */
127  Lisp_Object empty_string;  Lisp_Object empty_string;
128    
 #ifdef SIGUSR1  
 /* Hooks for signal USR1 and USR2 handling.  */  
 Lisp_Object Vsignal_USR1_hook;  
 #ifdef SIGUSR2  
 Lisp_Object Vsignal_USR2_hook;  
 #endif  
 #endif  
   
129  /* Search path separator.  */  /* Search path separator.  */
130  Lisp_Object Vpath_separator;  Lisp_Object Vpath_separator;
131    
# Line 2371  The hook is not run in batch mode, i.e., Line 2363  The hook is not run in batch mode, i.e.,
2363    empty_string = build_string ("");    empty_string = build_string ("");
2364    staticpro (&empty_string);    staticpro (&empty_string);
2365    
 #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  
   
   
2366    DEFVAR_INT ("emacs-priority", &emacs_priority,    DEFVAR_INT ("emacs-priority", &emacs_priority,
2367                doc: /* Priority for Emacs to run at.                doc: /* Priority for Emacs to run at.
2368  This value is effective only if set before Emacs is dumped,  This value is effective only if set before Emacs is dumped,

Legend:
Removed from v.1.309.2.11  
changed lines
  Added in v.1.309.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26