Mercurial > hg > xemacs-beta
diff lisp/vm/vm-autoload.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | fe104dbd9147 |
children | 9f59509498e1 |
line wrap: on
line diff
--- a/lisp/vm/vm-autoload.el Mon Aug 13 09:20:50 2007 +0200 +++ b/lisp/vm/vm-autoload.el Mon Aug 13 09:21:54 2007 +0200 @@ -977,6 +977,8 @@ (autoload (quote vm-parent-of) "vm-message" nil nil t) +(autoload (quote vm-references-of) "vm-message" nil nil t) + (autoload (quote vm-mirror-data-of) "vm-message" nil nil t) (autoload (quote vm-edit-buffer-of) "vm-message" nil nil t) @@ -1089,6 +1091,8 @@ (autoload (quote vm-set-parent-of) "vm-message" nil nil t) +(autoload (quote vm-set-references-of) "vm-message" nil nil t) + (autoload (quote vm-set-mirror-data-of) "vm-message" nil nil t) (autoload (quote vm-set-edit-buffer-of) "vm-message" nil nil t) @@ -2043,7 +2047,7 @@ Prefix arg N means print the current message and the next N - 1 messages. Prefix arg -N means print the current message and the previous N - 1 messages. -The variables `vm-print-command' controls what command is run to +The variable `vm-print-command' controls what command is run to print the message, and `vm-print-command-switches' is a list of switches to pass to the command. @@ -2188,7 +2192,7 @@ (autoload (quote vm-mode) "vm-startup" "Major mode for reading mail. -This is VM 6.19. +This is VM 6.21. Commands: h - summarize folder contents @@ -2390,10 +2394,12 @@ vm-mime-digest-headers vm-mime-display-function vm-mime-external-content-types-alist + vm-mime-ignore-mime-version vm-mime-internal-content-types vm-mime-max-message-size vm-mode-hook vm-mosaic-program + vm-mosaic-program-switches vm-move-after-deleting vm-move-after-killing vm-move-after-undeleting @@ -2401,6 +2407,7 @@ vm-mutable-frames vm-mutable-windows vm-netscape-program + vm-netscape-program-switches vm-pop-bytes-per-session vm-pop-max-message-size vm-pop-md5-program @@ -2630,6 +2637,8 @@ (autoload (quote vm-unthread-message) "vm-thread" nil nil nil) +(autoload (quote vm-th-references) "vm-thread" nil nil nil) + (autoload (quote vm-th-parent) "vm-thread" nil nil nil) (autoload (quote vm-th-thread-indentation) "vm-thread" nil nil nil)