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)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to