Revert "Fix local printer set to left aligned string formatter."
This reverts commit 8a38e948b0
.
This commit is contained in:
parent
cd1b4d60ce
commit
4d2f4dfdde
1 changed files with 0 additions and 4 deletions
|
@ -562,10 +562,6 @@ definition."
|
||||||
((functionp printer) printer)
|
((functionp printer) printer)
|
||||||
((stringp printer)
|
((stringp printer)
|
||||||
`(lambda (x) (format ,printer x)))
|
`(lambda (x) (format ,printer x)))
|
||||||
((stringp (car-safe printer))
|
|
||||||
`(lambda (x)
|
|
||||||
(setq ses-call-printer-return t)
|
|
||||||
(format ,(car printer) x)))
|
|
||||||
(t (error "Invalid printer %S" printer))))
|
(t (error "Invalid printer %S" printer))))
|
||||||
|
|
||||||
(defun ses--local-printer (name def)
|
(defun ses--local-printer (name def)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue