mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Variables have to appear before the @ symbol.
This commit is contained in:
parent
ea29c5b761
commit
a11873f2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -261,8 +261,8 @@ ecl_keywordp(cl_object s)
|
|||
}
|
||||
|
||||
@(defun get (sym indicator &optional deflt)
|
||||
@
|
||||
cl_object *plist = ecl_symbol_plist(sym);
|
||||
@
|
||||
@(return ecl_getf(*plist, indicator, deflt))
|
||||
@)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue