]> git.eshelyaron.com Git - emacs.git/commit
Don't hard-code the fill-column for display-warning
authorGlenn Morris <rgm@gnu.org>
Mon, 17 Jun 2019 00:31:49 +0000 (17:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 17 Jun 2019 00:37:21 +0000 (17:37 -0700)
commit9d702b4cd8da1c1907b02869067a50933716631b
tree303f0bd67411448281adf1dea9222573f0034980
parent309743b465b569e4954e9c03c16fd675af5efc52
Don't hard-code the fill-column for display-warning

* lisp/emacs-lisp/warnings.el (warning-fill-column): New variable.
(display-warning): Use warning-fill-column.
* doc/lispref/display.texi (Warning Variables):
Mention warning-fill-column.
doc/lispref/display.texi
etc/NEWS
lisp/emacs-lisp/warnings.el