aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-11-18 10:42:44 +0000
committerKenichi Handa1999-11-18 10:42:44 +0000
commit5daebd006e51f7615d63a7f748f053431e78b41e (patch)
tree98b9c78959b5bfe783aba8d1a6e34db27dbc7418
parent7b087267871d32429ec4ae151ada273dbd0b2e9d (diff)
downloademacs-5daebd006e51f7615d63a7f748f053431e78b41e.tar.gz
emacs-5daebd006e51f7615d63a7f748f053431e78b41e.zip
Require ps-vars instead of ps-print-def.
-rw-r--r--lisp/ps-mule.el2
-rw-r--r--lisp/ps-print.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index fd79d32a3a4..12698b78d93 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -93,7 +93,7 @@
93(eval-and-compile (require 'ps-print)) 93(eval-and-compile (require 'ps-print))
94 94
95 95
96(require 'ps-print-def) ; Common definitions 96(require 'ps-vars) ; Common definitions
97 97
98 98
99;;;; `ps-multibyte-buffer' definition should be placed in `ps-mule' but due to 99;;;; `ps-multibyte-buffer' definition should be placed in `ps-mule' but due to
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 06739ee17c7..239fb828d9c 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -1152,7 +1152,7 @@ Please send all bug fixes and enhancements to
1152 :group 'ps-print) 1152 :group 'ps-print)
1153 1153
1154 1154
1155(require 'ps-print-def) ; Common definitions 1155(require 'ps-vars) ; Common definitions
1156 1156
1157 1157
1158(defcustom ps-print-prologue-header nil 1158(defcustom ps-print-prologue-header nil