/[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.2.4.6 by miles, Sat Sep 4 09:22:56 2004 UTC revision 1.2.4.7 by miles, Sat Sep 4 09:26:23 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.82
9  ;; Keywords: mail  ;; Keywords: mail
10    
11  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
# Line 89  Line 89 
89  (require 'mh-utils)  (require 'mh-utils)
90  (require 'mh-init)  (require 'mh-init)
91  (require 'mh-inc)  (require 'mh-inc)
92    (require 'mh-seq)
93  (require 'gnus-util)  (require 'gnus-util)
94  (require 'easymenu)  (require 'easymenu)
95    
# Line 96  Line 97 
97  (defvar font-lock-auto-fontify)  (defvar font-lock-auto-fontify)
98  (defvar font-lock-defaults)  (defvar font-lock-defaults)
99    
100  (defconst mh-version "7.4.80" "Version number of MH-E.")  (defconst mh-version "7.82" "Version number of MH-E.")
101    
102  ;;; Autoloads  ;;; Autoloads
103  (autoload 'Info-goto-node "info")  (autoload 'Info-goto-node "info")
# Line 2347  If INCLUDE-INTERNAL-FLAG non-nil, includ Line 2348  If INCLUDE-INTERNAL-FLAG non-nil, includ
2348    "'"           mh-toggle-tick    "'"           mh-toggle-tick
2349    ","           mh-header-display    ","           mh-header-display
2350    "."           mh-alt-show    "."           mh-alt-show
2351      ";"           mh-toggle-mh-decode-mime-flag
2352    ">"           mh-write-msg-to-file    ">"           mh-write-msg-to-file
2353    "?"           mh-help    "?"           mh-help
2354    "E"           mh-extract-rejected-mail    "E"           mh-extract-rejected-mail
# Line 2496  If INCLUDE-INTERNAL-FLAG non-nil, includ Line 2498  If INCLUDE-INTERNAL-FLAG non-nil, includ
2498  (defvar mh-help-messages  (defvar mh-help-messages
2499    '((nil "[i]nc, [.]show, [,]show all, [n]ext, [p]revious,\n"    '((nil "[i]nc, [.]show, [,]show all, [n]ext, [p]revious,\n"
2500           "[d]elete, [o]refile, e[x]ecute,\n"           "[d]elete, [o]refile, e[x]ecute,\n"
2501           "[s]end, [r]eply.\n"           "[s]end, [r]eply,\n"
2502             "[;]toggle MIME decoding.\n"
2503           "Prefix characters:\n [F]older, [S]equence, [J]unk, MIME [K]eys,"           "Prefix characters:\n [F]older, [S]equence, [J]unk, MIME [K]eys,"
2504           "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")           "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")
2505    

Legend:
Removed from v.1.2.4.6  
changed lines
  Added in v.1.2.4.7

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