aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/emacs')
-rw-r--r--lib/tools/emacs/erlang.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 95ab1a9a0b..9bccfaab95 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -1417,7 +1417,7 @@ Other commands:
;;;###autoload
(dolist (r '("\\.erl$" "\\.app\\.src$" "\\.escript"
- "\\.hrl$" "\\.xrl$" "\\.yrl" ))
+ "\\.hrl$" "\\.xrl$" "\\.yrl" "/ebin/.+\\.app"))
(add-to-list 'auto-mode-alist (cons r 'erlang-mode)))
(defun erlang-syntax-table-init ()