Skip to content

Commit 74d0c30

Browse files
committed
FIX: there must be get-word! used in case that value is a function
related to: Oldes/Rebol-issues#1155
1 parent e26d3d4 commit 74d0c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-help.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ import module [
151151
]
152152
][
153153
; don't show user context values if these are same like library ones
154-
if all [user? any [ word = 'lib-local same? val select system/contexts/lib word]][ continue ]
154+
if all [user? any [ word = 'lib-local same? :val select system/contexts/lib word ]][ continue ]
155155

156156
str: join "^[[1;32m" form-pad word 15
157157
append str "^[[m "

0 commit comments

Comments
 (0)