import xemacs-21.2.37
[chise/xemacs-chise.git.1] / lisp / loaddefs.el
index 52458c3..6ec4914 100644 (file)
@@ -85,7 +85,6 @@
 ;; are ignored in completion,
 ;; making it more likely you will get a unique match.
 (setq completion-ignored-extensions
-      (mapcar 'purecopy
              ;; this is way way way bogus.
              ;; completely wtf?
              ;; the only things that should be here are those that are
 ;              ".aux" ".a" ".ln"
 ;              ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt"
 ;              ".diff" ".oi" ".class")))
-             '(".o" ".obj" ".elc" "~"
-               ".bin" ".lbin" ;; #### these are doubtful, esp. the latter.
-               ".dvi";; possibly doubtful, too.
-               ".class")))
+      '(".o" ".obj" ".elc" "~"
+       ".bin" ".lbin" ;; #### these are doubtful, esp. the latter.
+       ".dvi";; possibly doubtful, too.
+       ".class"))
 
 \f
 ;; This needs to be redone better. -slb