mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Fixed indentation of CALL-UNKNOWN-GLOBAL-LOC.
This commit is contained in:
parent
b72823aeab
commit
755d9c3f96
1 changed files with 2 additions and 2 deletions
|
|
@ -187,8 +187,8 @@
|
|||
(defun call-unknown-global-loc (fname loc args &optional function-p)
|
||||
(unless loc
|
||||
(if (and (symbolp fname)
|
||||
(not (eql (symbol-package fname)
|
||||
(find-package "CL"))))
|
||||
(not (eql (symbol-package fname)
|
||||
(find-package "CL"))))
|
||||
(setf loc (add-symbol fname)
|
||||
function-p nil)
|
||||
(setf loc (list 'FDEFINITION fname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue