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

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

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

revision 1.12 by wohler, Sun Aug 15 22:00:06 2004 UTC revision 1.13 by wohler, Sun Aug 22 05:11:27 2004 UTC
# Line 5  Line 5 
5    
6  ;; Author: Bill Wohler <wohler@newt.com>  ;; Author: Bill Wohler <wohler@newt.com>
7  ;; Maintainer: Bill Wohler <wohler@newt.com>  ;; Maintainer: Bill Wohler <wohler@newt.com>
8  ;; Version: 7.4.80  ;; Version: 7.81
9  ;; Keywords: mail  ;; Keywords: mail
10    
11  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
# Line 96  Line 96 
96  (defvar font-lock-auto-fontify)  (defvar font-lock-auto-fontify)
97  (defvar font-lock-defaults)  (defvar font-lock-defaults)
98    
99  (defconst mh-version "7.4.80" "Version number of MH-E.")  (defconst mh-version "7.81" "Version number of MH-E.")
100    
101  ;;; Autoloads  ;;; Autoloads
102  (autoload 'Info-goto-node "info")  (autoload 'Info-goto-node "info")
# Line 2347  If INCLUDE-INTERNAL-FLAG non-nil, includ Line 2347  If INCLUDE-INTERNAL-FLAG non-nil, includ
2347    "'"           mh-toggle-tick    "'"           mh-toggle-tick
2348    ","           mh-header-display    ","           mh-header-display
2349    "."           mh-alt-show    "."           mh-alt-show
2350      ";"           mh-toggle-mh-decode-mime-flag
2351    ">"           mh-write-msg-to-file    ">"           mh-write-msg-to-file
2352    "?"           mh-help    "?"           mh-help
2353    "E"           mh-extract-rejected-mail    "E"           mh-extract-rejected-mail
# Line 2496  If INCLUDE-INTERNAL-FLAG non-nil, includ Line 2497  If INCLUDE-INTERNAL-FLAG non-nil, includ
2497  (defvar mh-help-messages  (defvar mh-help-messages
2498    '((nil "[i]nc, [.]show, [,]show all, [n]ext, [p]revious,\n"    '((nil "[i]nc, [.]show, [,]show all, [n]ext, [p]revious,\n"
2499           "[d]elete, [o]refile, e[x]ecute,\n"           "[d]elete, [o]refile, e[x]ecute,\n"
2500           "[s]end, [r]eply.\n"           "[s]end, [r]eply,\n"
2501             "[;]toggle MIME decoding.\n"
2502           "Prefix characters:\n [F]older, [S]equence, [J]unk, MIME [K]eys,"           "Prefix characters:\n [F]older, [S]equence, [J]unk, MIME [K]eys,"
2503           "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")           "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")
2504    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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