X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/ff1e971a04b479bbee88fb8c3ee34d83ec148203..e9c163726f466dee83a8dbe7d952f6aaff4345b6:/src/standard-wrappers.lisp?ds=sidebyside diff --git a/src/standard-wrappers.lisp b/src/standard-wrappers.lisp index d902eb3..110bdd3 100644 --- a/src/standard-wrappers.lisp +++ b/src/standard-wrappers.lisp @@ -31,7 +31,7 @@ :initarg :action :initform nil :special t :accessor link-action))) -(defaction call-action-with--component-and-object ((self component) action-id object) +(defaction call-action-with-component-and-object ((self component) action-id object) (funcall (ucw::find-action (ucw::context.current-frame *context*) action-id) self object)) @@ -44,7 +44,7 @@ (if *link-wrapped-p* (call-next-method) (let ((*link-wrapped-p* t)) - (