Function: aheadsym
aheadsym is a byte-compiled function defined in assoc.el.gz.
Signature
(aheadsym ALIST)
Documentation
Return the key symbol at the head of ALIST.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/assoc.el.gz
(defun aheadsym (alist)
"Return the key symbol at the head of ALIST."
(car (car alist)))