Mercurial > emacs
changeset 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 | dcb6f471c4e6 |
children | f873840f9fea |
files | lisp/ChangeLog lisp/calendar/cal-hebrew.el lisp/calendar/todo-mode.el lisp/play/yow.el lisp/progmodes/dcl-mode.el lisp/progmodes/prolog.el lisp/vc-hg.el lisp/vms-patch.el |
diffstat | 8 files changed, 19 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 @@ -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.
--- 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."
--- 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
--- 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."
--- 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 *****************************************************
--- 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."
--- 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)))
--- 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))