diff lisp/ps-print.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents baa7f44697de
children d91aa21f1e78
line wrap: on
line diff
--- a/lisp/ps-print.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/ps-print.el	Mon Jul 16 12:23:00 2001 +0000
@@ -3597,7 +3597,7 @@
 	    ((fboundp 'x-color-values)
 	     (ps-e-x-color-values x-color))
 	    (t
-	     (error "No available function to determine X color values."))))
+	     (error "No available function to determine X color values"))))
 
 	 (defalias 'ps-face-foreground-name 'face-foreground)
 	 (defalias 'ps-face-background-name 'face-background)
@@ -3630,7 +3630,7 @@
 		    x-color
 		  (ps-x-make-color-instance color))))
 	      (t
-	       (error "No available function to determine X color values.")))))
+	       (error "No available function to determine X color values")))))
 
 	 (defun ps-face-foreground-name (face)
 	   (ps-xemacs-color-name (face-foreground face)))
@@ -3676,7 +3676,7 @@
 	(with-temp-buffer
 	  (insert-file-contents filename)
 	  (buffer-string))
-      (error "ps-print PostScript prologue `%s' file was not found."
+      (error "ps-print PostScript prologue `%s' file was not found"
 	     filename))))