diff options
| author | Glenn Morris | 2019-06-16 17:31:49 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-06-16 17:37:21 -0700 |
| commit | 9d702b4cd8da1c1907b02869067a50933716631b (patch) | |
| tree | 303f0bd67411448281adf1dea9222573f0034980 /etc | |
| parent | 309743b465b569e4954e9c03c16fd675af5efc52 (diff) | |
| download | emacs-9d702b4cd8da1c1907b02869067a50933716631b.tar.gz emacs-9d702b4cd8da1c1907b02869067a50933716631b.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -515,6 +515,9 @@ In the current follow group of windows, "ghost" cursors are no longer | |||
| 515 | displayed in the non-selected follow windows. To get the old behavior | 515 | displayed in the non-selected follow windows. To get the old behavior |
| 516 | back, customize 'follow-hide-ghost-cursors' to nil. | 516 | back, customize 'follow-hide-ghost-cursors' to nil. |
| 517 | 517 | ||
| 518 | +++ | ||
| 519 | ** New variable 'warning-fill-column' for 'display-warning'. | ||
| 520 | |||
| 518 | ** Windmove | 521 | ** Windmove |
| 519 | 522 | ||
| 520 | *** 'windmove-create-window' when non-nil makes a new window on moving off | 523 | *** 'windmove-create-window' when non-nil makes a new window on moving off |