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:16:56 +0000

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

Index: esh-maint.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-maint.el,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- esh-maint.el        26 Jul 2007 05:26:54 -0000      1.13
+++ esh-maint.el        25 Nov 2007 01:16:56 -0000      1.14
@@ -26,8 +26,6 @@
 
 ;;; Code:
 
-(provide 'esh-maint)
-
 (and (fboundp 'font-lock-add-keywords)
      (font-lock-add-keywords
       'emacs-lisp-mode
@@ -35,11 +33,7 @@
        ("(eshell-deftest\\>"        . font-lock-keyword-face)
        ("(eshell-condition-case\\>" . font-lock-keyword-face))))
 
-(if (file-directory-p "../pcomplete")
-    (add-to-list 'load-path "../pcomplete"))
-
-(if (locate-library "pcomplete")
-    (require 'pcomplete))
+(require 'pcomplete nil t)              ; why?
 
 (eval-when-compile
   (require 'cl)
@@ -142,5 +136,7 @@
 ;;   (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]