[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el |
Date: |
Mon, 30 May 2005 20:14:27 -0400 |
Index: emacs/lisp/eshell/em-cmpl.el
diff -c emacs/lisp/eshell/em-cmpl.el:1.14 emacs/lisp/eshell/em-cmpl.el:1.15
*** emacs/lisp/eshell/em-cmpl.el:1.14 Fri May 27 02:11:39 2005
--- emacs/lisp/eshell/em-cmpl.el Tue May 31 00:14:26 2005
***************
*** 136,143 ****
:type (get 'pcomplete-file-ignore 'custom-type)
:group 'eshell-cmpl)
! (defcustom eshell-cmpl-dir-ignore
! (format "\\`\\(\\.\\.?\\|CVS\\)%c\\'" directory-sep-char)
(documentation-property 'pcomplete-dir-ignore
'variable-documentation)
:type (get 'pcomplete-dir-ignore 'custom-type)
--- 136,142 ----
:type (get 'pcomplete-file-ignore 'custom-type)
:group 'eshell-cmpl)
! (defcustom eshell-cmpl-dir-ignore "\\`\\(\\.\\.?\\|CVS\\)/\\'"
(documentation-property 'pcomplete-dir-ignore
'variable-documentation)
:type (get 'pcomplete-dir-ignore 'custom-type)
***************
*** 155,161 ****
:type (get 'pcomplete-autolist 'custom-type)
:group 'eshell-cmpl)
! (defcustom eshell-cmpl-suffix-list (list directory-sep-char ?:)
(documentation-property 'pcomplete-suffix-list
'variable-documentation)
:type (get 'pcomplete-suffix-list 'custom-type)
--- 154,160 ----
:type (get 'pcomplete-autolist 'custom-type)
:group 'eshell-cmpl)
! (defcustom eshell-cmpl-suffix-list (list ?/ ?:)
(documentation-property 'pcomplete-suffix-list
'variable-documentation)
:type (get 'pcomplete-suffix-list 'custom-type)