/[emacs]/emacs/lisp/eshell/em-cmpl.el
ViewVC logotype

Diff of /emacs/lisp/eshell/em-cmpl.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by johnw, Fri May 27 02:11:39 2005 UTC revision 1.15 by johnw, Tue May 31 00:14:26 2005 UTC
# Line 136  to writing a completion function." Line 136  to writing a completion function."
136    :type (get 'pcomplete-file-ignore 'custom-type)    :type (get 'pcomplete-file-ignore 'custom-type)
137    :group 'eshell-cmpl)    :group 'eshell-cmpl)
138    
139  (defcustom eshell-cmpl-dir-ignore  (defcustom eshell-cmpl-dir-ignore "\\`\\(\\.\\.?\\|CVS\\)/\\'"
   (format "\\`\\(\\.\\.?\\|CVS\\)%c\\'" directory-sep-char)  
140    (documentation-property 'pcomplete-dir-ignore    (documentation-property 'pcomplete-dir-ignore
141                            'variable-documentation)                            'variable-documentation)
142    :type (get 'pcomplete-dir-ignore 'custom-type)    :type (get 'pcomplete-dir-ignore 'custom-type)
# Line 155  to writing a completion function." Line 154  to writing a completion function."
154    :type (get 'pcomplete-autolist 'custom-type)    :type (get 'pcomplete-autolist 'custom-type)
155    :group 'eshell-cmpl)    :group 'eshell-cmpl)
156    
157  (defcustom eshell-cmpl-suffix-list (list directory-sep-char ?:)  (defcustom eshell-cmpl-suffix-list (list ?/ ?:)
158    (documentation-property 'pcomplete-suffix-list    (documentation-property 'pcomplete-suffix-list
159                            'variable-documentation)                            'variable-documentation)
160    :type (get 'pcomplete-suffix-list 'custom-type)    :type (get 'pcomplete-suffix-list 'custom-type)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26