Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mh-e/mh-e.el

    r4098 r4111  
    77;; Author: Bill Wohler <wohler@newt.com> 
    88;; Maintainer: Bill Wohler <wohler@newt.com> 
    9 ;; Version: 8.0.1 
     9;; Version: 8.0.2 
    1010;; Keywords: mail 
    1111 
     
    9797(mh-require-cl) 
    9898 
     99(require 'mh-buffers) 
     100(require 'mh-compat) 
     101 
    99102(eval-and-compile 
    100103  (defvar mh-xemacs-flag (featurep 'xemacs) 
     
    103106(mh-do-in-xemacs 
    104107  (require 'mh-xemacs)) 
    105  
    106 (require 'mh-buffers) 
    107 (require 'mh-compat) 
    108108 
    109109(mh-font-lock-add-keywords 
     
    134134;; variables are shared. Use this section as a last resort. 
    135135 
    136 (defconst mh-version "8.0.1" "Version number of MH-E.") 
     136(defconst mh-version "8.0.2" "Version number of MH-E.") 
    137137 
    138138;; Variants