Mercurial > hg > xemacs-beta
comparison lisp/loaddefs.el @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 8626e4521993 |
children | b8cc9ab3f761 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
85 ;; are ignored in completion, | 85 ;; are ignored in completion, |
86 ;; making it more likely you will get a unique match. | 86 ;; making it more likely you will get a unique match. |
87 (setq completion-ignored-extensions | 87 (setq completion-ignored-extensions |
88 (mapcar 'purecopy | 88 (mapcar 'purecopy |
89 '(".o" ".elc" "~" ".bin" ".lbin" ".fasl" | 89 '(".o" ".elc" "~" ".bin" ".lbin" ".fasl" |
90 ".dvi" ".toc" ".log" ".aux" ".a" ".ln" | 90 ".dvi" ".toc" ;".log" |
91 ".aux" ".a" ".ln" | |
91 ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt" | 92 ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt" |
92 ".diff" ".oi" ".class"))) | 93 ".diff" ".oi" ".class"))) |
93 | 94 |
94 | 95 |
95 ;; This needs to be redone better. -slb | 96 ;; This needs to be redone better. -slb |