* lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolve overelaborate "nil"
This commit is contained in:
parent
43201d7117
commit
f0ee3ca5a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue