Show
Ignore:
Timestamp:
09/30/06 09:12:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp

    • Property svn:ignore changed from
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      to
      *.elc
      MANIFEST
      Makefile
      Makefile.unix
      makefile
      elc.tar.gz
      cus-load.el
      finder-inf.el
      subdirs.el
      loaddefs.el
      pre-mh-loaddefs.el-CMD
  • trunk/lisp/gnus/gnus-demon.el

    r4037 r4169  
    219219                  (t (< 0 gnus-demon-idle-time)))) ; Or just need to be idle. 
    220220               ;; So we call the handler. 
    221                (progn 
     221               (with-local-quit 
    222222                 (ignore-errors (funcall (car handler))) 
    223223                 ;; And reset the timer. 
     
    233233          ;; We want to call this handler each and every time that 
    234234          ;; Emacs is idle. 
    235           (ignore-errors (funcall (car handler)))) 
     235          (with-local-quit 
     236            (ignore-errors (funcall (car handler))))) 
    236237         (t 
    237238          ;; We want to call this handler only if Emacs has been idle 
     
    240241               (< idle gnus-demon-idle-time) 
    241242               (gnus-demon-is-idle-p) 
    242                (progn 
     243               (with-local-quit 
    243244                 (ignore-errors (funcall (car handler))) 
    244245                 ;; Make sure the handler won't be called once more in