Skip to content

Commit 072efcd

Browse files
committed
Close help file after reading
1 parent 3152c5f commit 072efcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lisp/l/eushelp.l

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@
170170
(if (eq type *type-METHOD*)
171171
(sethash name (help-item-mhash (gethash class *help-hash*)) (instance help-item :init type fname seek args class))
172172
(sethash name *help-hash* (instance help-item :init type fname seek args)))
173-
)))
173+
)
174+
(close fp)))
174175

175176
(in-package "USER")
176177
(use-package "HELP")

0 commit comments

Comments
 (0)