# HG changeset patch # User Dan Nicolaescu # Date 1192978474 0 # Node ID e2eac01cf5484ba8a380739024299dbd1a070582 # Parent dcb6f471c4e670f86d1d1874b75011b7a0e116a1 * 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. diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/ChangeLog Sun Oct 21 14:54:34 2007 +0000 @@ -1,3 +1,18 @@ +2007-10-21 Dan Nicolaescu + + * 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 * files.el (backup-buffer-copy): Call `copy-file' with non-nil @@ -113,8 +128,6 @@ * 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. diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/calendar/cal-hebrew.el --- a/lisp/calendar/cal-hebrew.el Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/calendar/cal-hebrew.el Sun Oct 21 14:54:34 2007 +0000 @@ -45,8 +45,6 @@ (defvar original-date) (require 'calendar) -(eval-when-compile - (require 'holidays)) (defun hebrew-calendar-leap-year-p (year) "t if YEAR is a Hebrew calendar leap year." diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/calendar/todo-mode.el --- a/lisp/calendar/todo-mode.el Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/calendar/todo-mode.el Sun Oct 21 14:54:34 2007 +0000 @@ -914,8 +914,7 @@ (eval-when-compile (defvar date) - (defvar entry) - (require 'calendar)) + (defvar entry)) ;; Read about this function in the setup instructions above! ;;;###autoload diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/play/yow.el --- a/lisp/play/yow.el Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/play/yow.el Sun Oct 21 14:54:34 2007 +0000 @@ -35,7 +35,6 @@ ;;; Code: (require 'cookie1) -(eval-when-compile (require 'doctor)) (defgroup yow nil "Quote random zippyisms." diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/progmodes/dcl-mode.el --- a/lisp/progmodes/dcl-mode.el Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/progmodes/dcl-mode.el Sun Oct 21 14:54:34 2007 +0000 @@ -72,7 +72,6 @@ ;;; Code: (require 'tempo) -(eval-when-compile (require 'imenu)) ;;; *** Customization ***************************************************** diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/progmodes/prolog.el --- a/lisp/progmodes/prolog.el Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/progmodes/prolog.el Sun Oct 21 14:54:34 2007 +0000 @@ -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." diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/vc-hg.el --- a/lisp/vc-hg.el Sun Oct 21 14:11:18 2007 +0000 +++ b/lisp/vc-hg.el Sun Oct 21 14:54:34 2007 +0000 @@ -481,7 +481,6 @@ (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))) diff -r dcb6f471c4e6 -r e2eac01cf548 lisp/vms-patch.el --- 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))