]> git.eshelyaron.com Git - emacs.git/commitdiff
Require lpr and ps-print when loading printing package
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Sun, 5 Aug 2007 12:54:13 +0000 (12:54 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Sun, 5 Aug 2007 12:54:13 +0000 (12:54 +0000)
lisp/ChangeLog
lisp/printing.el

index ba333b7982bc275b9320ad4e7ea489d969848b35..d59206d14420f226f3ea6681cc76dbf1b52cfc30 100644 (file)
@@ -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
index 98cb442ed0020e79d564dd55b15acf8c38af8aa5..5ab1c9baee37d9c7fff634452c39596747c2ee7b 100644 (file)
@@ -1025,9 +1025,8 @@ Please send all bug fixes and enhancements to
 ;;; Code:
 
 
-(eval-when-compile
-  (require 'lpr)
-  (require 'ps-print))
+(require 'lpr)
+(require 'ps-print)
 
 
 (and (string< ps-print-version "6.6.4")