Function: ietf-drums-strip
ietf-drums-strip is a byte-compiled function defined in
ietf-drums.el.gz.
Signature
(ietf-drums-strip STRING)
Documentation
Remove comments and whitespace from STRING.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/mail/ietf-drums.el.gz
(defun ietf-drums-strip (string)
"Remove comments and whitespace from STRING."
(ietf-drums-remove-whitespace (ietf-drums-remove-comments string)))