# HG changeset patch # User Eli Zaretskii # Date 1087035311 0 # Node ID ae7b62bc4999d2386e082e604a72ad870cb2d24a # Parent c11c9363b19f8dadc0bb32d0d3b9352a7fec940c (completion-ignored-extensions): Add file extensions of Python byte-compiled files. diff -r c11c9363b19f -r ae7b62bc4999 lisp/bindings.el --- a/lisp/bindings.el Sat Jun 12 06:09:32 2004 +0000 +++ b/lisp/bindings.el Sat Jun 12 10:15:11 2004 +0000 @@ -524,7 +524,9 @@ ;; files you do want to see, not just TeX stuff. -- fx ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" - ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"))) + ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" + ;; Python byte-compiled + ".pyc" ".pyo"))) ;; Suffixes used for executables. (setq exec-suffixes