aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/hi-lock.el3
-rw-r--r--lisp/ps-bdf.el4
-rw-r--r--lisp/ps-mule.el3
-rw-r--r--lisp/ps-print.el4
-rw-r--r--lisp/ps-samp.el7
6 files changed, 11 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2b0d50139ea..826e66deb78 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-02-03 Glenn Morris <rgm@gnu.org> 12011-02-03 Glenn Morris <rgm@gnu.org>
2 2
3 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
4 `require' is automatically `eval-and-compile'd.
5
3 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag. 6 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
4 (rcirc-log-directory, rcirc-log-flag): Move definitions before use. 7 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
5 8
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index d2c45e11321..d97e6cf4b08 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -87,8 +87,7 @@
87 87
88;;; Code: 88;;; Code:
89 89
90(eval-and-compile 90(require 'font-lock)
91 (require 'font-lock))
92 91
93(defgroup hi-lock nil 92(defgroup hi-lock nil
94 "Interactively add and remove font-lock patterns for highlighting text." 93 "Interactively add and remove font-lock patterns for highlighting text."
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el
index 608b266df8d..14aee8c3ecf 100644
--- a/lisp/ps-bdf.el
+++ b/lisp/ps-bdf.el
@@ -5,7 +5,6 @@
5;; 2008, 2009, 2010, 2011 5;; 2008, 2009, 2010, 2011
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8
9;; Copyright (C) 2003 8;; Copyright (C) 2003
10;; National Institute of Advanced Industrial Science and Technology (AIST) 9;; National Institute of Advanced Industrial Science and Technology (AIST)
11;; Registration Number H13PRO009 10;; Registration Number H13PRO009
@@ -37,8 +36,7 @@
37 36
38;;; Code: 37;;; Code:
39 38
40(eval-and-compile 39(require 'ps-mule)
41 (require 'ps-mule))
42 40
43;;;###autoload 41;;;###autoload
44(defcustom bdf-directory-list 42(defcustom bdf-directory-list
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index 67c12b00543..7c974d3d3c4 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -88,8 +88,7 @@
88 88
89;;; Code: 89;;; Code:
90 90
91(eval-and-compile 91(require 'ps-print)
92 (require 'ps-print))
93 92
94 93
95;;;###autoload 94;;;###autoload
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 5432674410c..19431c30d68 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -1479,7 +1479,7 @@ Please send all bug fixes and enhancements to
1479 1479
1480 1480
1481;; Load XEmacs/Emacs definitions 1481;; Load XEmacs/Emacs definitions
1482(eval-and-compile (require 'ps-def)) 1482(require 'ps-def)
1483 1483
1484 1484
1485;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1485;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -6657,7 +6657,7 @@ If FACE is not a valid face name, use default face."
6657;; But autoload them here to make the separation invisible. 6657;; But autoload them here to make the separation invisible.
6658 6658
6659;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize 6659;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize
6660;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "0e9db04f70d1221af96488068afa1192") 6660;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "14536f28e0dcaa956901bb59ad86a875")
6661;;; Generated autoloads from ps-mule.el 6661;;; Generated autoloads from ps-mule.el
6662 6662
6663(defvar ps-multibyte-buffer nil "\ 6663(defvar ps-multibyte-buffer nil "\
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el
index d4d41249931..8b652b26082 100644
--- a/lisp/ps-samp.el
+++ b/lisp/ps-samp.el
@@ -34,7 +34,7 @@
34;;; Code: 34;;; Code:
35 35
36 36
37(eval-and-compile (require 'ps-print)) 37(require 'ps-print)
38 38
39 39
40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -254,9 +254,8 @@
254(eval-when-compile 254(eval-when-compile
255 (require 'cl)) 255 (require 'cl))
256 256
257(eval-and-compile 257(require 'printing)
258 (require 'printing) 258(require 'zeroconf)
259 (require 'zeroconf))
260 259
261;; Add a Postscript printer to the "Postscript printer" menu. 260;; Add a Postscript printer to the "Postscript printer" menu.
262(defun ps-add-printer (service) 261(defun ps-add-printer (service)