summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-07-06 09:42:31 +0000
committerRichard M. Stallman <rms@gnu.org>2002-07-06 09:42:31 +0000
commit008c915c448d39e5fe5848e0b90a323029c4352b (patch)
tree6e14bbd6e65c424158651d69fe64016dc42eb1db /lisp/bindings.el
parent0bca779adf3921b545f41152ad792d3d30e013e3 (diff)
downloademacs-008c915c448d39e5fe5848e0b90a323029c4352b.tar.gz
(completion-ignored-extensions): Add .gmo and .mo.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 2 insertions, 0 deletions
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"