* lisp/ses.el (ses-print-cell): Fix alignment of text cells. (Bug#27653)
This commit is contained in:
committed by
Eli Zaretskii
parent
c625fb645a
commit
0c8f4e5ea1
@@ -1254,8 +1254,7 @@ preceding cell has spilled over."
|
||||
((< len width)
|
||||
;; Fill field to length with spaces.
|
||||
(setq len (make-string (- width len) ?\s)
|
||||
text (if (or (stringp value)
|
||||
(eq ses-call-printer-return t))
|
||||
text (if (eq ses-call-printer-return t)
|
||||
(concat text len)
|
||||
(concat len text))))
|
||||
((> len width)
|
||||
|
||||
Reference in New Issue
Block a user