Mercurial > emacs
diff lisp/vms-patch.el @ 38412:253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Sun, 15 Jul 2001 16:15:35 +0000 |
| parents | d4105bd038d0 |
| children | e88404e8f2cf |
line wrap: on
line diff
--- a/lisp/vms-patch.el Sat Jul 14 18:19:27 2001 +0000 +++ b/lisp/vms-patch.el Sun Jul 15 16:15:35 2001 +0000 @@ -1,4 +1,4 @@ -;;; vms-patch.el --- override parts of files.el for VMS. +;;; vms-patch.el --- override parts of files.el for VMS ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. @@ -22,6 +22,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist))
