From 2e74da96e5aa19f2b99c87860a5f6a3b76ece911 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 20 Sep 2004 17:39:21 +0000 Subject: [PATCH] (completion-ignored-extensions): Add .dfsl. --- lisp/ChangeLog | 4 ++++ lisp/bindings.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 599eb0a3854..c533b95ab8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-20 John Paul Wallington + + * bindings.el (completion-ignored-extensions): Add .dfsl. + 2004-09-20 Richard M. Stallman * bindings.el (scroll-left): Make it disabled. diff --git a/lisp/bindings.el b/lisp/bindings.el index 12af066b6b6..8fd4f8a994b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -517,7 +517,7 @@ is okay. See `mode-line-format'.") ;; CMUCL ".x86f" ".sparcf" ;; Other CL implementations (Allegro, LispWorks, OpenMCL) - ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" + ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ;; Libtool ".lo" ".la" ;; Gettext -- 2.39.2