Mercurial > hg > xemacs-beta
comparison lisp/prim/update-elc.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 8eaf7971accc |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
44 | 44 |
45 ;;; Code: | 45 ;;; Code: |
46 | 46 |
47 (defvar processed nil) | 47 (defvar processed nil) |
48 (defvar update-elc-files-to-compile nil) | 48 (defvar update-elc-files-to-compile nil) |
49 | |
50 ;; BOGUS | |
51 (defvar find-file-hooks nil) | |
49 | 52 |
50 ;(setq update-elc-files-to-compile | 53 ;(setq update-elc-files-to-compile |
51 ; (delq nil | 54 ; (delq nil |
52 ; (mapcar (function | 55 ; (mapcar (function |
53 ; (lambda (x) | 56 ; (lambda (x) |