diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ps-mule.el | 2 | ||||
-rw-r--r-- | lisp/ps-print.el | 2 |
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 @@ (eval-and-compile (require 'ps-print)) -(require 'ps-print-def) ; Common definitions +(require 'ps-vars) ; Common definitions ;;;; `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 :group 'ps-print) -(require 'ps-print-def) ; Common definitions +(require 'ps-vars) ; Common definitions (defcustom ps-print-prologue-header nil |