chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0be9893
)
Small bug fix
author
espen
<espen>
Tue, 15 Nov 2005 10:03:04 +0000
(10:03 +0000)
committer
espen
<espen>
Tue, 15 Nov 2005 10:03:04 +0000
(10:03 +0000)
cairo/cairo.lisp
patch
|
blob
|
blame
|
history
cairo/export.lisp
patch
|
blob
|
blame
|
history
diff --git
a/cairo/cairo.lisp
b/cairo/cairo.lisp
index ea493f4d1ae0de9e0fbd176aec58f1430578530e..142a22d585ba34358d11cf71b054ee25b58c7c53 100644
(file)
--- a/
cairo/cairo.lisp
+++ b/
cairo/cairo.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: cairo.lisp,v 1.
1 2005-11-10 08:50:45
espen Exp $
+;; $Id: cairo.lisp,v 1.
2 2005-11-15 10:03:04
espen Exp $
(in-package "CAIRO")
(in-package "CAIRO")
@@
-339,7
+339,7
@@
(defun ,name (cr &optional preserve)
(,pname cr)
(,iname cr)))
,(unless clip-p
(,pname cr)
(,iname cr)))
,(unless clip-p
- (let ((tname (intern (format nil "IN~A-P" name)))
+ (let ((tname (intern (format nil "IN
-
~A-P" name)))
(ename (intern (format nil "~A-EXTENTS" name))))
`(progn
(defbinding ,tname () boolean
(ename (intern (format nil "~A-EXTENTS" name))))
`(progn
(defbinding ,tname () boolean
diff --git
a/cairo/export.lisp
b/cairo/export.lisp
index d3e084ff2449c6ff94bff6f5143186979deafee5..4bfae5d89b91b7f156c5aa919a7531c73300d973 100644
(file)
--- a/
cairo/export.lisp
+++ b/
cairo/export.lisp
@@
-4,7
+4,7
@@
(eval-when (:compile-toplevel :load-toplevel :execute)
(defexport defoperator (name &optional clip-p)
(if clip-p
name
(defexport defoperator (name &optional clip-p)
(if clip-p
name
- (let ((tname (intern (format nil "IN~A-P" name)))
+ (let ((tname (intern (format nil "IN
-
~A-P" name)))
(ename (intern (format nil "~A-EXTENTS" name))))
(list name tname ename))))
(ename (intern (format nil "~A-EXTENTS" name))))
(list name tname ename))))