emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Mon, 13 Dec 2004 14:18:22 -0500

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.229 emacs/src/eval.c:1.230
*** emacs/src/eval.c:1.229      Tue Dec  7 16:52:18 2004
--- emacs/src/eval.c    Mon Dec 13 19:05:42 2004
***************
*** 3331,3337 ****
  
    DEFVAR_LISP ("quit-flag", &Vquit_flag,
               doc: /* Non-nil causes `eval' to abort, unless `inhibit-quit' is 
non-nil.
! Typing C-g sets `quit-flag' non-nil, regardless of `inhibit-quit'.  */);
    Vquit_flag = Qnil;
  
    DEFVAR_LISP ("inhibit-quit", &Vinhibit_quit,
--- 3331,3341 ----
  
    DEFVAR_LISP ("quit-flag", &Vquit_flag,
               doc: /* Non-nil causes `eval' to abort, unless `inhibit-quit' is 
non-nil.
! If the value is t, that means do an ordinary quit.
! If the value equals `throw-on-input', that means quit by throwing
! to the tag specified in `throw-on-input'; it's for handling `while-no-input'.
! Typing C-g sets `quit-flag' to t, regardless of `inhibit-quit',
! but `inhibit-quit' non-nil prevents anything from taking notice of that.  */);
    Vquit_flag = Qnil;
  
    DEFVAR_LISP ("inhibit-quit", &Vinhibit_quit,




reply via email to

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