From: Richard M. Stallman Date: Sat, 6 Jul 2002 09:42:31 +0000 (+0000) Subject: (completion-ignored-extensions): Add .gmo and .mo. X-Git-Tag: ttn-vms-21-2-B4~14296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=008c915c448d39e5fe5848e0b90a323029c4352b;p=emacs.git (completion-ignored-extensions): Add .gmo and .mo. --- 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"