emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-maint.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-maint.el,v
Date: Sun, 25 Nov 2007 01:58:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/25 01:58:54

Index: esh-maint.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-maint.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- esh-maint.el        25 Nov 2007 01:16:56 -0000      1.14
+++ esh-maint.el        25 Nov 2007 01:58:54 -0000      1.15
@@ -26,6 +26,10 @@
 
 ;;; 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
@@ -136,7 +140,5 @@
 ;;   (delete-file "README.texi")
 ;;   (kill-buffer "README.texi"))
 
-(provide 'esh-maint)
-
 ;;; arch-tag: 662089b6-78ec-48c5-b94f-d212279e8902
 ;;; esh-maint.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]