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)
|
||||
((stringp printer)
|
||||
`(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))))
|
||||
|
||||
(defun ses--local-printer (name def)
|
||||
|
|
Loading…
Add table
Reference in a new issue