diff options
| author | Dan Nicolaescu | 2007-10-21 14:54:34 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-10-21 14:54:34 +0000 |
| commit | 3cd79f623b94e3aeef6c08dde13128733e5e6dec (patch) | |
| tree | ee17f75e1da487b5ec3ecc57e77257e10b264cdc /lisp/vms-patch.el | |
| parent | dd753688122625b82ede34e657cb6ceb904f372e (diff) | |
| download | emacs-3cd79f623b94e3aeef6c08dde13128733e5e6dec.tar.gz emacs-3cd79f623b94e3aeef6c08dde13128733e5e6dec.zip | |
* progmodes/prolog.el: Undo previous change.
(comint-prompt-regexp, comint-process-echoes): Pacify
byte-compiler.
* progmodes/dcl-mode.el:
* play/yow.el:
* calendar/todo-mode.el:
* calendar/cal-hebrew.el:
* vc-hg.el: Undo previous change.
* vms-patch.el: Likewise.
(print-region-function): Pacify byte-compiler.
Diffstat (limited to 'lisp/vms-patch.el')
| -rw-r--r-- | lisp/vms-patch.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index d465a2eeaba..39cec28d88d 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el | |||
| @@ -27,9 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (eval-when-compile | 30 | (defvar print-region-function) |
| 31 | (require 'ps-print) | ||
| 32 | (require 'vmsproc)) | ||
| 33 | 31 | ||
| 34 | (setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist)) | 32 | (setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist)) |
| 35 | 33 | ||