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


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-print.el
Date: Sat, 27 Jul 2002 15:50:15 -0400

Index: emacs/lisp/ps-print.el
diff -c emacs/lisp/ps-print.el:1.126 emacs/lisp/ps-print.el:1.127
*** emacs/lisp/ps-print.el:1.126        Mon Feb 25 11:29:54 2002
--- emacs/lisp/ps-print.el      Sat Jul 27 15:50:15 2002
***************
*** 1,6 ****
  ;;; ps-print.el --- print text from the buffer as PostScript
  
! ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  ;; Free Software Foundation, Inc.
  
  ;; Author: Jim Thompson (was <address@hidden>)
--- 1,6 ----
  ;;; ps-print.el --- print text from the buffer as PostScript
  
! ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  ;; Free Software Foundation, Inc.
  
  ;; Author: Jim Thompson (was <address@hidden>)
***************
*** 3201,3207 ****
  Variables `ps-begin-cut-regexp' and `ps-end-cut-regexp' control together what
  actually gets printed.  Both variables may be set to nil in which case no
  cutting occurs."
!   :type 'regexp
    :version "21.1"
    :group 'ps-print-miscellany)
  
--- 3201,3208 ----
  Variables `ps-begin-cut-regexp' and `ps-end-cut-regexp' control together what
  actually gets printed.  Both variables may be set to nil in which case no
  cutting occurs."
!   :type '(choice (const :tag "No Delimiter" nil)
!                (regexp :tag "Delimiter Regexp"))
    :version "21.1"
    :group 'ps-print-miscellany)
  
***************
*** 3209,3215 ****
    "*Specify regexp which is end of the region to cut out when printing.
  
  See `ps-begin-cut-regexp' for more information."
!   :type 'regexp
    :version "21.1"
    :group 'ps-print-miscellany)
  
--- 3210,3217 ----
    "*Specify regexp which is end of the region to cut out when printing.
  
  See `ps-begin-cut-regexp' for more information."
!   :type '(choice (const :tag "No Delimiter" nil)
!                (regexp :tag "Delimiter Regexp"))
    :version "21.1"
    :group 'ps-print-miscellany)
  



reply via email to

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