emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ps-print.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-print.el,v
Date: Sat, 02 Feb 2008 04:17:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/02 04:17:03

Index: ps-print.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ps-print.el,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -b -r1.213 -r1.214
--- ps-print.el 1 Feb 2008 16:01:11 -0000       1.213
+++ ps-print.el 2 Feb 2008 04:17:02 -0000       1.214
@@ -1,7 +1,8 @@
 ;;; ps-print.el --- print text from the buffer as PostScript
 
 ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-;;   2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;;   2002, 2003, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Author: Jim Thompson (was <address@hidden>)
 ;;     Jacques Duthen (was <address@hidden>)
@@ -6409,6 +6410,12 @@
 (defun ps-generate-postscript (from to)
   (ps-plot-region from to 0))
 
+;; These are autoloaded, but ps-mule generates autoloads at the end of
+;; this file, so they are unknown at this point when compiling.
+(declare-function ps-mule-initialize "ps-mule" ())
+(declare-function ps-mule-begin-job  "ps-mule" (from to))
+(declare-function ps-mule-end-job    "ps-mule" ())
+
 (defun ps-generate (buffer from to genfunc)
   (save-excursion
     (let ((from (min to from))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]