projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd1b4d6
)
Revert "Fix local printer set to left aligned string formatter."
author
John Wiegley
<johnw@newartisans.com>
Tue, 2 Aug 2016 18:43:08 +0000
(11:43 -0700)
committer
John Wiegley
<johnw@newartisans.com>
Tue, 2 Aug 2016 18:43:08 +0000
(11:43 -0700)
This reverts commit
8a38e948b039516e70176ebe20c5349e2ade6ac5
.
lisp/ses.el
patch
|
blob
|
history
diff --git
a/lisp/ses.el
b/lisp/ses.el
index 0b38af41a8b8fb4ef367f8c541330795d712b086..ab9f0715fd8a55d4cc009cc01e55cc21c5de5923 100644
(file)
--- a/
lisp/ses.el
+++ b/
lisp/ses.el
@@
-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)