]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-ignored-extensions): Add .gmo and .mo.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Jul 2002 09:42:31 +0000 (09:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Jul 2002 09:42:31 +0000 (09:42 +0000)
lisp/bindings.el

index a90d4b87864afbe18d35b1bf9d96238fbc27bd38..e41090079533367167f536221842bcacc7c86996 100644 (file)
@@ -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"