diff lisp/utils/crontab.el @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 8eaf7971accc
children
line wrap: on
line diff
--- a/lisp/utils/crontab.el	Mon Aug 13 09:49:11 2007 +0200
+++ b/lisp/utils/crontab.el	Mon Aug 13 09:50:14 2007 +0200
@@ -97,7 +97,7 @@
 
 ;; What if crontab returns a fatal ??????  Can't we check the errorlevel ????
    (goto-char (point-min))
-   (if (search-forward "crontab:" nil t nil)
+   (if (search-forward-regexp "crontab:\\|no crontab for" nil t nil)
        (erase-buffer))
    (if (eobp)
        (crontab-initialize))