rolandwalker / nav-flash

Briefly highlight the current line in Emacs
28 stars 2 forks source link

Fix void-function incf error #6

Closed hlissner closed 3 years ago

hlissner commented 3 years ago

An incf macro call was missed in dbb9121. In a session where cl hasn't been loaded, the incf macro isn't expanded, and calls to nav-flash-show result in a void-function: incf error.

rolandwalker commented 3 years ago

Thanks!