]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/prolog.el: Undo previous change.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Oct 2007 14:54:34 +0000 (14:54 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Oct 2007 14:54:34 +0000 (14:54 +0000)
(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.

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

index de0b965335f658127ff13887753265b1cd7a8db0..e346d83e34dd6e62f13bcdf6dee71f207bf9f337 100644 (file)
@@ -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
        * 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.
index cd4eaa1d13ee3d4d2ed8cf6a84be9fb5912ca9c0..02cc9bfabb27a20f5c79d53ffb453485c07e35dc 100644 (file)
@@ -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."
index 5a0a0a45049a7d5fc0fb7ffa2cf8d90d59e305db..13ef042f736295b0d0a5468ef7927dcca98b0a30 100644 (file)
@@ -914,8 +914,7 @@ Number of entries for each category is given by `todo-print-priorities'."
 
 (eval-when-compile
   (defvar date)
-  (defvar entry)
-  (require 'calendar))
+  (defvar entry))
 
 ;; Read about this function in the setup instructions above!
 ;;;###autoload
index db9768b0800054d50e001b83a9203a31eeb43652..28fc453577bb6c9111af153af65c83e3a04fb881 100644 (file)
@@ -35,7 +35,6 @@
 ;;; Code:
 
 (require 'cookie1)
-(eval-when-compile (require 'doctor))
 
 (defgroup yow nil
   "Quote random zippyisms."
index 135d90b21f44477a3e9c8529174c682d2cbb8e05..6a3e9e82d6e6a41f60f425e2ada080db4704f9ae 100644 (file)
@@ -72,7 +72,6 @@
 ;;; Code:
 
 (require 'tempo)
-(eval-when-compile (require 'imenu))
 
 ;;; *** Customization *****************************************************
 
index 470988f4c14d84256a8c83d1cb0df1b6366c6215..3583f54675451a400fa4a15ebc0ad7088af7b564 100644 (file)
@@ -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."
index 44d9b0d9292ffc1c7fb8acc863ca79a6ce5a230c..872be45a2c19a91561744eb6697850f1a03f30f9 100644 (file)
@@ -481,7 +481,6 @@ REV is the revision to check out into WORKFILE."
     (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)))
index d465a2eeaba62c1b946efd67f220efc6dfb644c7..39cec28d88d2f83f9b1fd5922492a7900e9091f7 100644 (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))