diff options
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r-- | lisp/vms-patch.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index f04b6f3cee8..43577044778 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;;; vms-patch.el --- override parts of files.el for VMS ;; Copyright (C) 1986, 1992, 2001, 2002, 2003, 2004, @@ -27,6 +28,8 @@ ;;; Code: +(defvar print-region-function) + (setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist)) ;;; Functions that need redefinition |