comparison lisp/vms-patch.el @ 17245:12e32a06de22

(auto-mode-alist): Add .com element.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Mar 1997 03:49:26 +0000
parents 83f275dcd93a
children d4105bd038d0
comparison
equal deleted inserted replaced
17244:6d46f493d819 17245:12e32a06de22
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Code: 25 ;;; Code:
26
27 (setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist))
26 28
27 ;;; Functions that need redefinition 29 ;;; Functions that need redefinition
28 30
29 ;;; VMS file names are upper case, but buffer names are more 31 ;;; VMS file names are upper case, but buffer names are more
30 ;;; convenient in lower case. 32 ;;; convenient in lower case.