diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-10-21 14:54:34 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-10-21 14:54:34 +0000 |
commit | 3cd79f623b94e3aeef6c08dde13128733e5e6dec (patch) | |
tree | ee17f75e1da487b5ec3ecc57e77257e10b264cdc /lisp/progmodes | |
parent | dd753688122625b82ede34e657cb6ceb904f372e (diff) | |
download | emacs-3cd79f623b94e3aeef6c08dde13128733e5e6dec.tar.gz emacs-3cd79f623b94e3aeef6c08dde13128733e5e6dec.tar.bz2 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/progmodes')
-rw-r--r-- | lisp/progmodes/dcl-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/prolog.el | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 135d90b21f4..6a3e9e82d6e 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -72,7 +72,6 @@ ;;; Code: (require 'tempo) -(eval-when-compile (require 'imenu)) ;;; *** Customization ***************************************************** diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 470988f4c14..3583f546754 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el @@ -31,8 +31,8 @@ ;;; Code: -(eval-when-compile (require 'comint)) - +(defvar comint-prompt-regexp) +(defvar comint-process-echoes) (defgroup prolog nil "Major mode for editing and running Prolog under Emacs." |