]> git.eshelyaron.com Git - emacs.git/commitdiff
Use cl-assert instead of assert in ps-print.el
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 May 2019 10:27:26 +0000 (12:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 17 May 2019 10:27:26 +0000 (12:27 +0200)
* lisp/ps-print.el (ps-begin-job): Use cl-assert instead of assert
and require cl-lib.

lisp/ps-print.el

index 8569500fe0f9d1732ac1707f4ffeb597de36c9a8..59ac84a36392757fbb5eb38ff63b1c774ec907c5 100644 (file)
@@ -12,6 +12,8 @@
 ;; Version: 7.3.5
 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
 
+(eval-when-compile (require 'cl-lib))
+
 (defconst ps-print-version "7.3.5"
   "ps-print.el, v 7.3.5 <2009/12/23 vinicius>
 
@@ -5829,7 +5831,7 @@ XSTART YSTART are the relative position for the first page in a sheet.")
        ;; They may be overridden by ps-mule-begin-job.
        ps-basic-plot-string-function    'ps-basic-plot-string
        ps-encode-header-string-function nil)
-  (assert (not (multibyte-string-p ps-control-or-escape-regexp)))
+  (cl-assert (not (multibyte-string-p ps-control-or-escape-regexp)))
   ;; initialize page dimensions
   (ps-get-page-dimensions)
   ;; final check