comparison 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
comparison
equal deleted inserted replaced
85509:dcb6f471c4e6 85510:e2eac01cf548
25 25
26 ;;; Commentary: 26 ;;; Commentary:
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
36 ;;; Functions that need redefinition 34 ;;; Functions that need redefinition
37 35