Function: lsh--anon-cmacro

lsh--anon-cmacro is a function defined in subr.el.gz.

Signature

(lsh--anon-cmacro FORM VALUE COUNT)

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
;; Could not find source code, showing raw function object.
#[(form value count)
  ((ignore value count)
   (macroexp-warn-and-return
    (format-message "avoid `lsh'; use `ash' instead") form
    '(suspicious lsh) t form))
  (t)]