comparison lisp/mh-e/mh-e.el @ 66093:579cd0b50a4b

(Version, mh-version): Added +cvs to version.
author Bill Wohler <wohler@newt.com>
date Sat, 15 Oct 2005 00:49:23 +0000
parents 1627c9a3d115
children bfb1c3364c23
comparison
equal deleted inserted replaced
66092:7c0125b5b333 66093:579cd0b50a4b
4 ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, 4 ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999,
5 ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 5 ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
6 6
7 ;; Author: Bill Wohler <wohler@newt.com> 7 ;; Author: Bill Wohler <wohler@newt.com>
8 ;; Maintainer: Bill Wohler <wohler@newt.com> 8 ;; Maintainer: Bill Wohler <wohler@newt.com>
9 ;; Version: 7.85 9 ;; Version: 7.85+cvs
10 ;; Keywords: mail 10 ;; Keywords: mail
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
96 96
97 ;; Shush the byte-compiler 97 ;; Shush the byte-compiler
98 (defvar font-lock-auto-fontify) 98 (defvar font-lock-auto-fontify)
99 (defvar font-lock-defaults) 99 (defvar font-lock-defaults)
100 100
101 (defconst mh-version "7.85" "Version number of MH-E.") 101 (defconst mh-version "7.85+cvs" "Version number of MH-E.")
102 102
103 (defvar mh-partial-folder-mode-line-annotation "select" 103 (defvar mh-partial-folder-mode-line-annotation "select"
104 "Annotation when displaying part of a folder. 104 "Annotation when displaying part of a folder.
105 The string is displayed after the folder's name. nil for no annotation.") 105 The string is displayed after the folder's name. nil for no annotation.")
106 106