Hi all,

I am using small simple routine to reload all xrefs, like below:
Code:
(defun c:XE ()(command "-xref" "reload" "*")
(princ)
)
How to upgrade this routine to reload ONLY loaded xrefs (without unloaded)?
Thanks.