changeset 77915:fd3091c46b02

(auto-mode-alist): Open `.asd' files in lisp-mode.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 15:51:01 +0000
parents 2c39a8b80b70
children 552e43e7efe5
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Jun 05 15:50:12 2007 +0000
+++ b/lisp/files.el	Tue Jun 05 15:51:01 2007 +0000
@@ -1985,6 +1985,8 @@
      ("[:/]_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)