]> git.eshelyaron.com Git - emacs.git/commit
Fix defcustom type in whitespace.el
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Sep 2020 13:35:23 +0000 (15:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Sep 2020 13:35:23 +0000 (15:35 +0200)
commita9ad0bbf14db51d44ad787892cc85eb9ebc397e7
tree38cb89e9167a1e05a94c54245de1a65caa3ae9d3
parentbf1b3714cc5ebae7cdd0100fdb1bf2e90c56511e
Fix defcustom type in whitespace.el

* lisp/whitespace.el (whitespace-space-after-tab-regexp)
(whitespace-indentation-regexp): The first string here isn't a
regexp, it's a string (that's expanded with format to be a regexp).
lisp/whitespace.el