From 008c915c448d39e5fe5848e0b90a323029c4352b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 6 Jul 2002 09:42:31 +0000 Subject: [PATCH] (completion-ignored-extensions): Add .gmo and .mo. --- lisp/bindings.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/bindings.el b/lisp/bindings.el index a90d4b87864..e4109007953 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -440,6 +440,8 @@ is okay. See `mode-line-format'.") ".fasl" ".ufsl" ".fsl" ".dxl" ;; Libtool ".lo" ".la" + ;; Gettext + ".gmo" ".mo" ;; Texinfo-related ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" -- 2.39.5