changeset 82278:e2fa2bd67693

Require lpr and ps-print when loading printing package
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 05 Aug 2007 12:54:13 +0000
parents 77e1a2e7ce75
children 3f6660bf6595
files lisp/ChangeLog lisp/printing.el
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <viniciusig@ig.com.br>
+
+	* printing.el: Require lpr and ps-print when loading printing package.
+	Reported by Glenn Morris <rgm@gnu.org>.
+
 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
 
 	* files.el (set-auto-mode): Handle also remote files wrt
--- 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")