summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-08-18 18:40:54 +0000
committerAkira TAGOH <akira@tagoh.org>2006-08-18 18:40:54 +0000
commit2c19b0be10496f735d47b1bdeda84fb0b1257de3 (patch)
treee7f5574c7fed76fa71a919367790f3ba549ea05e /lib
parent7580038ad917396de24b2d10f6cd7a780afa514d (diff)
* lib/hg_init.ps (load): implemented in PostScript.
(_hg_operator_op_load): removed.
Diffstat (limited to 'lib')
-rw-r--r--lib/hg_init.ps8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/hg_init.ps b/lib/hg_init.ps
index 3b469eb..1cd8c60 100644
--- a/lib/hg_init.ps
+++ b/lib/hg_init.ps
@@ -159,6 +159,14 @@ systemdict /.statementedit known {
} if
exch type /realtype eq {cvr} if
} bind odef
+% -key- load -value-
+/load {
+ dup where {
+ exch get
+ } {
+ /load errordict /undefined get exec
+ } ifelse
+} bind odef
% matrix -matrix-
/matrix {
6 array identmatrix