Variable: smart-lisp-identifier-first-char-regexp

smart-lisp-identifier-first-char-regexp is a variable defined in hmouse-tag.el.

Value

"[-<>*a-zA-Z]"

Documentation

Regexp matching the first character of a Lisp identifier.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-tag.el
;;;###autoload
(defconst smart-lisp-identifier-first-char-regexp "[-<>*a-zA-Z]"
  "Regexp matching the first character of a Lisp identifier.")