Function: mail-source-strip-keyword

mail-source-strip-keyword is a byte-compiled function defined in mail-source.el.gz.

Signature

(mail-source-strip-keyword KEYWORD)

Documentation

Strip the leading colon off the KEYWORD.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mail-source.el.gz
;;; Functions

(eval-and-compile
  (defun mail-source-strip-keyword (keyword)
    "Strip the leading colon off the KEYWORD."
    (intern (substring (symbol-name keyword) 1))))