* lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolve overelaborate "nil"

This commit is contained in:
Alan Mackenzie 2016-08-20 20:46:39 +00:00
parent 43201d7117
commit f0ee3ca5a9

View file

@ -640,7 +640,7 @@ right side of it."
(let ((res (if (featurep 'xemacs)
`(scan-lists ,from ,count ,depth nil t)
`(c-safe (scan-lists ,from ,count ,depth)))))
(if (and limit (not (eq limit nil)))
(if limit
`(save-restriction
(when ,limit
,(if (numberp count)