Hi

When I step through this function:

(defun foo ()
  (interactive)
  (when (called-interactively-p 'any)
    (message "Interactive!")
    'foo-called-interactively))

(called-interactively-p 'any) is nil even when called interactively.  Is this a bug?


--
Le