aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-06 09:42:31 +0000
committerRichard M. Stallman2002-07-06 09:42:31 +0000
commit008c915c448d39e5fe5848e0b90a323029c4352b (patch)
tree6e14bbd6e65c424158651d69fe64016dc42eb1db
parent0bca779adf3921b545f41152ad792d3d30e013e3 (diff)
downloademacs-008c915c448d39e5fe5848e0b90a323029c4352b.tar.gz
emacs-008c915c448d39e5fe5848e0b90a323029c4352b.zip
(completion-ignored-extensions): Add .gmo and .mo.
-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'.")
440 ".fasl" ".ufsl" ".fsl" ".dxl" 440 ".fasl" ".ufsl" ".fsl" ".dxl"
441 ;; Libtool 441 ;; Libtool
442 ".lo" ".la" 442 ".lo" ".la"
443 ;; Gettext
444 ".gmo" ".mo"
443 ;; Texinfo-related 445 ;; Texinfo-related
444 ".toc" ".log" ".aux" 446 ".toc" ".log" ".aux"
445 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" 447 ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"