]> git.eshelyaron.com Git - emacs.git/commit
Improve 'diff-whitespace-style' user option declaration
authorYugaEgo <yet@ego.team>
Wed, 27 Jul 2022 09:52:01 +0000 (11:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Jul 2022 09:52:22 +0000 (11:52 +0200)
commitf21feaf00e78087dc6bed930695f449a52541bee
tree4f2175ee43bd399f9c3992bd7b420be451c382b0
parentbfa951cdfad482a106bed11e4f11cedfad58570a
Improve 'diff-whitespace-style' user option declaration

* lisp/vc/diff-mode.el (diff-whitespace-style):
Use ':require'.  Minor docstring fix.
(top level): Do not require 'whitespace.
(whitespace-style, whitespace-trailing-regexp):
Add defvars (rollback recent removal).
* etc/NEWS: Extend 'diff-whitespace-style' introduction.
(Bug#56679) (bug#56679).
etc/NEWS
lisp/vc/diff-mode.el