ox: Tiny refactoring

* lisp/ox.el (org-export--smart-quote-status): Tiny refactoring.
This commit is contained in:
Nicolas Goaziou 2015-12-02 23:27:28 +01:00
parent b49f2e0b75
commit a5977a2740
1 changed files with 1 additions and 1 deletions

View File

@ -5284,7 +5284,7 @@ INFO is the current export state, as a plist."
(let ((p (org-export-get-previous-element
text info)))
(cond ((not p) nil)
((stringp p) (substring p (1- (length p))))
((stringp p) (substring p -1))
((memq (org-element-property :post-blank p)
'(0 nil))
'no-blank)