From 7fc743d473b8845cc120e4f2781ebda444501c92 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Thu, 5 Jun 2008 19:59:49 +0000 Subject: [PATCH] (completion-ignored-extensions): Add .p64fsl, .d64fsl, and .dx64fsl. --- lisp/ChangeLog | 5 +++++ lisp/bindings.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bc14c264ea..7e3d537e6ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 John Paul Wallington + + * bindings.el (completion-ignored-extensions): + Add .p64fsl, .d64fsl, and .dx64fsl. + 2008-06-05 Stefan Monnier * ffap.el (ffap-prompter): Don't use the region. diff --git a/lisp/bindings.el b/lisp/bindings.el index 003c95299a6..cb97209924c 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -602,6 +602,7 @@ is okay. See `mode-line-format'.") ".x86f" ".sparcf" ;; Other CL implementations (Allegro, LispWorks, OpenMCL) ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" + ".p64fsl" ".d64fsl" ".dx64fsl" ;; Libtool ".lo" ".la" ;; Gettext -- 2.39.2