diff options
Diffstat (limited to 'ee-bbdb.el')
| -rwxr-xr-x | ee-bbdb.el | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -33,6 +33,13 @@ (eval-when-compile (require 'bbdb-autoloads nil t)) +(declare-function bbdb-delete-record-internal "bbdb" (&rest args)) +(declare-function bbdb-send-mail-1 "bbdb" (&rest args)) +(declare-function bbdb-change-record "bbdb" (&rest args)) +(declare-function bbdb-invoke-hook "bbdb" (&rest args)) +(declare-function bbdb-read-new-record "bbdb" (&rest args)) +(declare-function bbdb-records "bbdb" (&rest args)) + ;;; Constants (defconst ee-bbdb-mode-name "ee-bbdb") @@ -85,8 +92,8 @@ bbdb-create-internal instead." "Compose a mail message to the person indicated by the current bbdb record. The first (most-recently-added) address is used if there are more than one. \\<bbdb-mode-map> -If \"\\[bbdb-apply-next-command-to-all-records]\\[bbdb-send-mail]\" is \ -used instead of simply \"\\[bbdb-send-mail]\", then mail will be sent to \ +If \"\\[bbdb-apply-next-command-to-all-records]\\[bbdb-send-mail]\" is +used instead of simply \"\\[bbdb-send-mail]\", then mail will be sent to all of the folks listed in the *BBDB* buffer instead of just the person at point." (interactive (list (ee-field 'bbdb-record))) @@ -120,7 +127,7 @@ It inherits key bindings from `ee-mode-map'." ;;; Top-Level Functions ;;;###autoload -(defun ee-bbdb (&optional arg) +(defun ee-bbdb (&optional _arg) "Summary mode for BBDB." (interactive "P") (require 'bbdb-autoloads) |
