Function: eudc-display-mail

eudc-display-mail is an autoloaded and byte-compiled function defined in eudc-bob.el.gz.

Signature

(eudc-display-mail MAIL)

Documentation

Display e-mail address and make it clickable.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc-bob.el.gz
;;;###autoload
(defun eudc-display-mail (mail)
  "Display e-mail address and make it clickable."
  (require 'goto-addr)
  (eudc-bob-make-button mail eudc-bob-mail-keymap))