changeset 46191:ee1f09c2135a

(completion-ignored-extensions): Add .gmo and .mo.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 Jul 2002 09:42:31 +0000
parents dabcd09794f7
children be3ff3e3e5b0
files lisp/bindings.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Fri Jul 05 23:16:08 2002 +0000
+++ b/lisp/bindings.el	Sat Jul 06 09:42:31 2002 +0000
@@ -440,6 +440,8 @@
          ".fasl" ".ufsl" ".fsl" ".dxl"
 	 ;; Libtool
 	 ".lo" ".la"
+	 ;; Gettext
+	 ".gmo" ".mo"
 	 ;; Texinfo-related
 	 ".toc" ".log" ".aux"
 	 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"