# HG changeset patch # User Richard M. Stallman # Date 810246418 0 # Node ID a86ad056a1cd07d156569447d09fd4ea340a65f3 # Parent b889a50f71db8513df712f3be2ac884a8c080135 (mail-interactive-insert-alias): Call mail-abbrev-expand-hook. diff -r b889a50f71db -r a86ad056a1cd lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Sun Sep 03 18:53:58 1995 +0000 +++ b/lisp/mail/mailabbrev.el Mon Sep 04 20:26:58 1995 +0000 @@ -505,7 +505,8 @@ (if (not (vectorp mail-abbrevs)) (mail-abbrevs-setup)) (list (completing-read "Expand alias: " mail-abbrevs nil t)))) (if (not (vectorp mail-abbrevs)) (mail-abbrevs-setup)) - (insert (or (and alias (symbol-value (intern-soft alias mail-abbrevs))) ""))) + (insert (or (and alias (symbol-value (intern-soft alias mail-abbrevs))) "")) + (mail-abbrev-expand-hook)) (defun mail-abbrev-next-line (&optional arg) "Expand any mail abbrev, then move cursor vertically down ARG lines.