aboutsummaryrefslogtreecommitdiff
path: root/generic/pg-xhtml.el
diff options
context:
space:
mode:
authorDavid Aspinall2007-12-10 11:47:45 +0000
committerDavid Aspinall2007-12-10 11:47:45 +0000
commit9bc3f266832ec50c30802f60e4af5ef88aeadc69 (patch)
treee66da819d249c050d39ea219e724cd15a11aef52 /generic/pg-xhtml.el
parent95e2a29f51fb86ee958a261ac195d7e8c96d1741 (diff)
Emacs compatibility/API updates: string-to-int -> string-to-number
Diffstat (limited to 'generic/pg-xhtml.el')
-rw-r--r--generic/pg-xhtml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-xhtml.el b/generic/pg-xhtml.el
index cdd84f8f..e7e1e604 100644
--- a/generic/pg-xhtml.el
+++ b/generic/pg-xhtml.el
@@ -59,7 +59,7 @@ BODY should contain a sequence of pg-xml writing commands."
(or (eq (car-safe (file-attributes dir)) 't)
(if (not (file-attributes dir))
(make-directory (pg-xhtml-dir) t)
- (error "pg-xhtml-write-tempfile: cannot open temp dir "
+ (error "Cannot open temp dir %s (in pg-xhtml-write-tempfile)"
(pg-xhtml-dir))))
`(with-temp-file ,file
(pg-xml-begin-write t)