]> code.delx.au - gnu-emacs/commitdiff
(auto-mode-alist): Open `.asd' files in lisp-mode.
authorGlenn Morris <rgm@gnu.org>
Tue, 22 May 2007 06:24:53 +0000 (06:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 May 2007 06:24:53 +0000 (06:24 +0000)
Suggested by twb@cyber.com.au.

lisp/files.el

index f4cec49fbb99d4d30fdd3a7c8de976f949234e35..c0443005dc2d2cb0735dbe1dfa7847f2e67182a0 100644 (file)
@@ -1985,6 +1985,8 @@ since only a single case-insensitive search through the alist is made."
      ("[:/]_emacs\\'" . emacs-lisp-mode)
      ("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
      ("\\.ml\\'" . lisp-mode)
+     ;; Common Lisp ASDF package system.
+     ("\\.asd\\'" . lisp-mode)
      ("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode)
      ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
      ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)