/[emacs]/emacs/lisp/mh-e/mh-comp.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-comp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by wohler, Sun Dec 4 22:34:49 2005 UTC revision 1.25 by wohler, Mon Dec 5 02:26:03 2005 UTC
# Line 1143  By default, the text of your signature i Line 1143  By default, the text of your signature i
1143  A signature separator (\"-- \") will be added if the signature block does not  A signature separator (\"-- \") will be added if the signature block does not
1144  contain one and `mh-signature-separator-flag' is on.  contain one and `mh-signature-separator-flag' is on.
1145    
1146  The value of `mh-letter-insert-signature-hook' is a list of functions to be  The value of `mh-insert-signature-hook' is a list of functions to be
1147  called, with no arguments, after the signature is inserted. These functions  called, with no arguments, after the signature is inserted. These functions
1148  may access the actual name of the file or the function used to insert the  may access the actual name of the file or the function used to insert the
1149  signature with `mh-signature-file-name'.  signature with `mh-signature-file-name'.
# Line 1181  The signature can also be inserted using Line 1181  The signature can also be inserted using
1181                   (funcall mh-signature-file-name)))))                   (funcall mh-signature-file-name)))))
1182          (save-restriction          (save-restriction
1183            (widen)            (widen)
1184            (run-hooks 'mh-letter-insert-signature-hook))            (run-hooks 'mh-insert-signature-hook))
1185          (goto-char (point-min))          (goto-char (point-min))
1186          (when (and (not (mh-file-is-vcard-p mh-signature-file-name))          (when (and (not (mh-file-is-vcard-p mh-signature-file-name))
1187                     mh-signature-separator-flag                     mh-signature-separator-flag

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26