diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-maint.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el index 9ee666218e5..3398014ff55 100644 --- a/lisp/eshell/esh-maint.el +++ b/lisp/eshell/esh-maint.el | |||
| @@ -26,8 +26,8 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Code: | 27 | ;;; Code: |
| 28 | 28 | ||
| 29 | ;; FIXME this cannot be moved to the end of the file without causing a | 29 | ;; This cannot be moved to the end of the file without causing a |
| 30 | ;; recursive require during bootstrap. What a mess. | 30 | ;; recursive require during bootstrap. |
| 31 | (provide 'esh-maint) | 31 | (provide 'esh-maint) |
| 32 | 32 | ||
| 33 | (and (fboundp 'font-lock-add-keywords) | 33 | (and (fboundp 'font-lock-add-keywords) |