]> git.eshelyaron.com Git - emacs.git/commit
More SES printer functions.
authorVincent Belaïche <vincent.belaiche@sourceforge.net>
Fri, 23 May 2025 07:28:56 +0000 (09:28 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:31:06 +0000 (16:31 +0200)
commit30109eb1ace1f2cd5a0e0fca0678b240edcf5da7
treed2864375ad9f3ddff798da79d79f764ce4f8ff47
parent33ed898b43d8f95919becc8d24c6198c4448a50b
More SES printer functions.

* lisp/ses.el (ses-standard-printer-functions): add 'ses-left' &
'ses-left-span' to the list.
(ses--align): New helper function, takes most of the code
previously in 'ses-center'
(ses-center): Use 'ses--align'.
(ses--span):  New helper function, takes most of the code
previously in 'ses-center-span.
(ses-center-span): Use 'ses--span'.'
(ses-left): New function.
(ses-left-span): New function.

(cherry picked from commit ce08defd0a9a02a69edb781671047545baae14d7)
lisp/ses.el