Merge remote-tracking branch 'origin/develop' into revert

This commit is contained in:
Fabrizio Fabbri 2017-06-03 12:59:41 +02:00
commit f5cba162c2
No known key found for this signature in database
GPG key ID: 8276EDF3D10E6C35

View file

@ -490,7 +490,7 @@ as a STRUCTURE doc and can be retrieved by (documentation 'NAME 'structure)."
;; Check the named option and set the predicate.
(when (and type (not named))
(when predicate-specified
(when (and predicate-specified predicate)
(error "~S is an illegal structure predicate."
predicate))
(setq predicate nil))