diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-07-24 04:36:09 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-07-24 04:36:09 +0000 |
commit | 271e0f2c6a5b2824c8f635cdfc1ae5a9ea5149b6 (patch) | |
tree | e26a0b71cfdde48036709f53758cb7c89241e638 /lisp/files.el | |
parent | 7af59a4c1816a61434e99d5b272db2cdf4bcd3cb (diff) | |
download | emacs-271e0f2c6a5b2824c8f635cdfc1ae5a9ea5149b6.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 426ac6f3c31..703050582c4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1274,6 +1274,7 @@ run `normal-mode' explicitly." ("\\.xml\\'" . sgml-mode) ("\\.dtd\\'" . sgml-mode) ("\\.ds\\(ss\\)?l\\'" . dsssl-mode) + ("\\.idl\\'" . idl-mode) ;; .emacs following a directory delimiter ;; in Unix, MSDOG or VMS syntax. ("[]>:/\\]\\..*emacs\\'" . emacs-lisp-mode) |