diff lisp/prim/update-elc.el @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents e121b013d1f0
children 489f57a838ef
line wrap: on
line diff
--- a/lisp/prim/update-elc.el	Mon Aug 13 09:54:24 2007 +0200
+++ b/lisp/prim/update-elc.el	Mon Aug 13 09:55:28 2007 +0200
@@ -47,9 +47,6 @@
 (defvar processed nil)
 (defvar update-elc-files-to-compile nil)
 
-;; BOGUS
-(defvar find-file-hooks nil)
-
 ;(setq update-elc-files-to-compile
 ;      (delq nil
 ;	    (mapcar (function
@@ -138,7 +135,7 @@
       (load "loadup-el.el"))
   (condition-case nil
       (delete-file "./NOBYTECOMPILE")
-    (t nil)))
+    (file-error nil)))
 
 (kill-emacs)