Move “Fix some broken conditional forms” to master
Revert 2020-01-04T19:17:12Z!eggert@cs.ucla.edu which recently I installed into the emacs-27 branch by mistake. These patches are now on master instead (via merging). Do not merge to master.
This commit is contained in:
parent
448df8fec7
commit
088bfcc2d8
12 changed files with 47 additions and 22 deletions
|
@ -547,10 +547,10 @@ Return the column number after insertion."
|
|||
;; Don't truncate to `width' if the next column is align-right
|
||||
;; and has some space left, truncate to `available-space' instead.
|
||||
(when (and not-last-col
|
||||
(> label-width available-space))
|
||||
(setq label (truncate-string-to-width
|
||||
label available-space nil nil t t)
|
||||
label-width available-space))
|
||||
(> label-width available-space)
|
||||
(setq label (truncate-string-to-width
|
||||
label available-space nil nil t t)
|
||||
label-width available-space)))
|
||||
(setq label (bidi-string-mark-left-to-right label))
|
||||
(when (and right-align (> width label-width))
|
||||
(let ((shift (- width label-width)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue