aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu2007-10-21 14:54:34 +0000
committerDan Nicolaescu2007-10-21 14:54:34 +0000
commit3cd79f623b94e3aeef6c08dde13128733e5e6dec (patch)
treeee17f75e1da487b5ec3ecc57e77257e10b264cdc /lisp
parentdd753688122625b82ede34e657cb6ceb904f372e (diff)
downloademacs-3cd79f623b94e3aeef6c08dde13128733e5e6dec.tar.gz
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')
-rw-r--r--lisp/ChangeLog17
-rw-r--r--lisp/calendar/cal-hebrew.el2
-rw-r--r--lisp/calendar/todo-mode.el3
-rw-r--r--lisp/play/yow.el1
-rw-r--r--lisp/progmodes/dcl-mode.el1
-rw-r--r--lisp/progmodes/prolog.el4
-rw-r--r--lisp/vc-hg.el1
-rw-r--r--lisp/vms-patch.el4
8 files changed, 19 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de0b965335f..e346d83e34d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * progmodes/prolog.el: Undo previous change.
4 (comint-prompt-regexp, comint-process-echoes): Pacify
5 byte-compiler.
6
7 * progmodes/dcl-mode.el:
8 * play/yow.el:
9 * calendar/todo-mode.el:
10 * calendar/cal-hebrew.el:
11 * vc-hg.el: Undo previous change.
12
13 * vms-patch.el: Likewise.
14 (print-region-function): Pacify byte-compiler.
15
12007-10-21 Michael Albinus <michael.albinus@gmx.de> 162007-10-21 Michael Albinus <michael.albinus@gmx.de>
2 17
3 * files.el (backup-buffer-copy): Call `copy-file' with non-nil 18 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
@@ -113,8 +128,6 @@
113 * term/x-win.el (x-gtk-stock-map, icon-map-list) 128 * term/x-win.el (x-gtk-stock-map, icon-map-list)
114 (x-gtk-map-stock): Delete duplicated definitions from merge. 129 (x-gtk-map-stock): Delete duplicated definitions from merge.
115 130
116 * progmodes/octave-mod.el: Require octave-inf at compile time.
117
118 * progmodes/compile.el (compilation-skip-to-next-location) 131 * progmodes/compile.el (compilation-skip-to-next-location)
119 (compilation-skip-threshold, compilation-skip-visited): 132 (compilation-skip-threshold, compilation-skip-visited):
120 Move definitions earlier. 133 Move definitions earlier.
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el
index cd4eaa1d13e..02cc9bfabb2 100644
--- a/lisp/calendar/cal-hebrew.el
+++ b/lisp/calendar/cal-hebrew.el
@@ -45,8 +45,6 @@
45(defvar original-date) 45(defvar original-date)
46 46
47(require 'calendar) 47(require 'calendar)
48(eval-when-compile
49 (require 'holidays))
50 48
51(defun hebrew-calendar-leap-year-p (year) 49(defun hebrew-calendar-leap-year-p (year)
52 "t if YEAR is a Hebrew calendar leap year." 50 "t if YEAR is a Hebrew calendar leap year."
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 5a0a0a45049..13ef042f736 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -914,8 +914,7 @@ Number of entries for each category is given by `todo-print-priorities'."
914 914
915(eval-when-compile 915(eval-when-compile
916 (defvar date) 916 (defvar date)
917 (defvar entry) 917 (defvar entry))
918 (require 'calendar))
919 918
920;; Read about this function in the setup instructions above! 919;; Read about this function in the setup instructions above!
921;;;###autoload 920;;;###autoload
diff --git a/lisp/play/yow.el b/lisp/play/yow.el
index db9768b0800..28fc453577b 100644
--- a/lisp/play/yow.el
+++ b/lisp/play/yow.el
@@ -35,7 +35,6 @@
35;;; Code: 35;;; Code:
36 36
37(require 'cookie1) 37(require 'cookie1)
38(eval-when-compile (require 'doctor))
39 38
40(defgroup yow nil 39(defgroup yow nil
41 "Quote random zippyisms." 40 "Quote random zippyisms."
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 @@
72;;; Code: 72;;; Code:
73 73
74(require 'tempo) 74(require 'tempo)
75(eval-when-compile (require 'imenu))
76 75
77;;; *** Customization ***************************************************** 76;;; *** Customization *****************************************************
78 77
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 @@
31 31
32;;; Code: 32;;; Code:
33 33
34(eval-when-compile (require 'comint)) 34(defvar comint-prompt-regexp)
35 35(defvar comint-process-echoes)
36 36
37(defgroup prolog nil 37(defgroup prolog nil
38 "Major mode for editing and running Prolog under Emacs." 38 "Major mode for editing and running Prolog under Emacs."
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el
index 44d9b0d9292..872be45a2c1 100644
--- a/lisp/vc-hg.el
+++ b/lisp/vc-hg.el
@@ -481,7 +481,6 @@ REV is the revision to check out into WORKFILE."
481 (vc-hg-incoming-mode))) 481 (vc-hg-incoming-mode)))
482 482
483;; XXX maybe also add key bindings for these functions. 483;; XXX maybe also add key bindings for these functions.
484(eval-when-compile (require 'log-view))
485(defun vc-hg-push () 484(defun vc-hg-push ()
486 (interactive) 485 (interactive)
487 (let ((marked-list (log-view-get-marked))) 486 (let ((marked-list (log-view-get-marked)))
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el
index d465a2eeaba..39cec28d88d 100644
--- a/lisp/vms-patch.el
+++ b/lisp/vms-patch.el
@@ -27,9 +27,7 @@
27 27
28;;; Code: 28;;; Code:
29 29
30(eval-when-compile 30(defvar print-region-function)
31 (require 'ps-print)
32 (require 'vmsproc))
33 31
34(setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist)) 32(setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist))
35 33