+2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * 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.
+
2007-10-21 Michael Albinus <michael.albinus@gmx.de>
* files.el (backup-buffer-copy): Call `copy-file' with non-nil
* term/x-win.el (x-gtk-stock-map, icon-map-list)
(x-gtk-map-stock): Delete duplicated definitions from merge.
- * progmodes/octave-mod.el: Require octave-inf at compile time.
-
* progmodes/compile.el (compilation-skip-to-next-location)
(compilation-skip-threshold, compilation-skip-visited):
Move definitions earlier.
;;; 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."
(vc-hg-incoming-mode)))
;; XXX maybe also add key bindings for these functions.
-(eval-when-compile (require 'log-view))
(defun vc-hg-push ()
(interactive)
(let ((marked-list (log-view-get-marked)))