comparison lisp/bindings.el @ 57168:b4b1dca14832

(completion-ignored-extensions): Add .dfsl.
author John Paul Wallington <jpw@pobox.com>
date Mon, 20 Sep 2004 17:38:27 +0000
parents 229978f30136
children 7c3e2674726f c06211125947 0796fc36c2bd
comparison
equal deleted inserted replaced
57167:a7d4968614da 57168:b4b1dca14832
515 ;; CLISP 515 ;; CLISP
516 ".fas" ".lib" ".mem" 516 ".fas" ".lib" ".mem"
517 ;; CMUCL 517 ;; CMUCL
518 ".x86f" ".sparcf" 518 ".x86f" ".sparcf"
519 ;; Other CL implementations (Allegro, LispWorks, OpenMCL) 519 ;; Other CL implementations (Allegro, LispWorks, OpenMCL)
520 ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" 520 ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl"
521 ;; Libtool 521 ;; Libtool
522 ".lo" ".la" 522 ".lo" ".la"
523 ;; Gettext 523 ;; Gettext
524 ".gmo" ".mo" 524 ".gmo" ".mo"
525 ;; Texinfo-related 525 ;; Texinfo-related