diff lisp/vms-patch.el @ 85510:e2eac01cf548

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 21 Oct 2007 14:54:34 +0000
parents 786d3a985758
children 2c08ad76fc1f 4bc33ffdda1a
line wrap: on
line diff
--- a/lisp/vms-patch.el	Sun Oct 21 14:11:18 2007 +0000
+++ b/lisp/vms-patch.el	Sun Oct 21 14:54:34 2007 +0000
@@ -27,9 +27,7 @@
 
 ;;; Code:
 
-(eval-when-compile
-  (require 'ps-print)
-  (require 'vmsproc))
+(defvar print-region-function)
 
 (setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist))