]> git.eshelyaron.com Git - emacs.git/commit
; lisp/so-long.el: Prevent potential error if comment-use-syntax is nil
authorPhil Sainty <psainty@orcon.net.nz>
Sat, 11 Jul 2020 07:40:27 +0000 (19:40 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Mon, 3 Aug 2020 13:44:53 +0000 (01:44 +1200)
commit8576297b2a657d1944b7d824b30a1cb6459685c6
tree474a3d8e7a8b04980ce2401dd06f4ebf04902399
parent986c12b20fa29c37f13563846fddf6edcd0b4945
; lisp/so-long.el: Prevent potential error if comment-use-syntax is nil

* lisp/so-long.el (so-long-detected-long-line-p): Ensure that
`comment-start-skip' and `comment-end-skip' are both set if
`comment-use-syntax' is nil, as `comment-forward' requires them
to be bound in this scenario.
lisp/so-long.el