diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-02 23:21:56 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-02 23:21:56 -0800 |
commit | befe199d3a32075dd341b5708138385b3ecdfd8f (patch) | |
tree | 923e9038c0837ef0857be87bdc0f134fda944e6e /lisp/ps-print.el | |
parent | 8a0709ff5d034b5667afcc0233be1f089676affc (diff) | |
download | emacs-befe199d3a32075dd341b5708138385b3ecdfd8f.tar.gz |
`require' is automatically `eval-and-compile'd.
* hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
`require' is automatically `eval-and-compile'd.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 ;; Load XEmacs/Emacs definitions -(eval-and-compile (require 'ps-def)) +(require 'ps-def) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -6657,7 +6657,7 @@ If FACE is not a valid face name, use default face." ;; But autoload them here to make the separation invisible. ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize -;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "0e9db04f70d1221af96488068afa1192") +;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "14536f28e0dcaa956901bb59ad86a875") ;;; Generated autoloads from ps-mule.el (defvar ps-multibyte-buffer nil "\ |