]> git.eshelyaron.com Git - emacs.git/commitdiff
Move provide statement back to the top of the file.
authorGlenn Morris <rgm@gnu.org>
Sun, 25 Nov 2007 01:58:54 +0000 (01:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 25 Nov 2007 01:58:54 +0000 (01:58 +0000)
lisp/eshell/esh-maint.el

index c74ec4d25f270bbad22aec0805ed4fb57addc64b..9ee666218e51f89e8ad1689e6e272f50bff90798 100644 (file)
 
 ;;; Code:
 
+;; FIXME this cannot be moved to the end of the file without causing a
+;; recursive require during bootstrap. What a mess.
+(provide 'esh-maint)
+
 (and (fboundp 'font-lock-add-keywords)
      (font-lock-add-keywords
       'emacs-lisp-mode
 ;;   (delete-file "README.texi")
 ;;   (kill-buffer "README.texi"))
 
-(provide 'esh-maint)
-
 ;;; arch-tag: 662089b6-78ec-48c5-b94f-d212279e8902
 ;;; esh-maint.el ends here