]> git.eshelyaron.com Git - emacs.git/commit
Fix wrong value in idlwave-comment-indent-char
authorMattias Engdegård <mattiase@acm.org>
Fri, 3 Jun 2022 09:05:18 +0000 (11:05 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 3 Jun 2022 09:10:38 +0000 (11:10 +0200)
commite48c9181b1c103b42032a5fb6547184da75bd773
tree9feae7b37511605b35e256d5c80cd913db6e6fc6
parent4f56ca63761b0270edb58734ce7ac4a3c800bb1b
Fix wrong value in idlwave-comment-indent-char

* lisp/progmodes/idlwave.el (idlwave-comment-indent-char):
Use a space since that is clearly what was meant.
?\ at the end of a line (ie, ?\LF) never was well-defined and produced
-1 most of the time, but will soon raise an error (bug#55738).
This doesn't matter much becaue this variable is unused.
lisp/progmodes/idlwave.el