# HG changeset patch # User Vinicius Jose Latorre # Date 1186318453 0 # Node ID e2fa2bd6769312f92e36c15843fd5cdba184d17a # Parent 77e1a2e7ce75a19f21978d75ab353a45b745b6bb Require lpr and ps-print when loading printing package diff -r 77e1a2e7ce75 -r e2fa2bd67693 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 05 12:46:33 2007 +0000 +++ b/lisp/ChangeLog Sun Aug 05 12:54:13 2007 +0000 @@ -1,3 +1,8 @@ +2007-08-05 Vinicius Jose Latorre + + * printing.el: Require lpr and ps-print when loading printing package. + Reported by Glenn Morris . + 2007-08-05 Michael Albinus * files.el (set-auto-mode): Handle also remote files wrt diff -r 77e1a2e7ce75 -r e2fa2bd67693 lisp/printing.el --- a/lisp/printing.el Sun Aug 05 12:46:33 2007 +0000 +++ b/lisp/printing.el Sun Aug 05 12:54:13 2007 +0000 @@ -1025,9 +1025,8 @@ ;;; Code: -(eval-when-compile - (require 'lpr) - (require 'ps-print)) +(require 'lpr) +(require 'ps-print) (and (string< ps-print-version "6.6.4")