comparison lisp/prim/make-docfile.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 b405438285a2
comparison
equal deleted inserted replaced
184:bcd2674570bf 185:3d6bfa290dbd
37 (defvar processed nil) 37 (defvar processed nil)
38 (defvar docfile nil) 38 (defvar docfile nil)
39 (defvar docfile-buffer nil) 39 (defvar docfile-buffer nil)
40 (defvar site-file-list nil) 40 (defvar site-file-list nil)
41 (defvar docfile-out-of-date nil) 41 (defvar docfile-out-of-date nil)
42
43 ;; BOGUS
44 (defvar find-file-hooks nil)
45 42
46 ;; Gobble up the stuff we don't wish to pass on. 43 ;; Gobble up the stuff we don't wish to pass on.
47 (setq command-line-args (cdr (cdr (cdr (cdr command-line-args))))) 44 (setq command-line-args (cdr (cdr (cdr (cdr command-line-args)))))
48 45
49 ;; First gather up the command line options. 46 ;; First gather up the command line options.