Revert "org-table-make-reference: Disable compiler warning"
This reverts commit bdc60fb936
.
Apparently, the branch of if used sometimes and that sometimes is
covered by tests. Strange. Leave it be for now.
This commit is contained in:
parent
bdc60fb936
commit
fad90df535
|
@ -2864,8 +2864,7 @@ list, `literal' is for the format specifier L."
|
|||
(if lispp
|
||||
(if (eq lispp 'literal)
|
||||
elements
|
||||
(if nil
|
||||
;; (and (eq elements "") (not keep-empty))
|
||||
(if (and (eq elements "") (not keep-empty))
|
||||
;; FIXME: This branch of `if' is never used because
|
||||
;; strings are never `eq' here. But changing to
|
||||
;; `equal' breaks tests.
|
||||
|
|
Loading…
Reference in New Issue