Skip to content

Commit

Permalink
Merge pull request #360 from tgbugs/hemlock-unused-paren
Browse files Browse the repository at this point in the history
fix missing close paren in hemlock unused
  • Loading branch information
xrme authored Mar 5, 2021
2 parents 27c4bc1 + 128c737 commit 6c1a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoa-ide/hemlock/unused/archive/spell/spell-aug.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
:flags (word-flags line word-end))))
(add-flags desc-ptr+2 line word-end)
(string-table-replace line string-ptr word-end))
t)
t))

;;; SPELL-REMOVE-ENTRY destructively uppercases entry in removing it from
;;; the dictionary. First entry is looked up, and if it is found due to a
Expand Down

0 comments on commit 6c1a945

Please sign in to comment.