1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* 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.
This commit is contained in:
Dan Nicolaescu 2007-10-21 14:54:34 +00:00
parent dd75368812
commit 3cd79f623b
8 changed files with 19 additions and 14 deletions

View file

@ -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))