Mercurial > emacs
comparison lisp/mh-e/mh-e.el @ 70264:6afc1230a3e3 mh-e-7_95
(Version, mh-version): Update for release 7.95.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sat, 29 Apr 2006 01:26:12 +0000 |
parents | a77964e24327 |
children | b7b013a56424 d9f8d2a65d18 2ecafc6d5db7 |
comparison
equal
deleted
inserted
replaced
70263:194eec425fb3 | 70264:6afc1230a3e3 |
---|---|
4 ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, | 4 ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, |
5 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 5 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 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.94+cvs | 9 ;; Version: 7.95 |
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 |
134 ;;; Global Variables | 134 ;;; Global Variables |
135 | 135 |
136 ;; Try to keep variables local to a single file. Provide accessors if | 136 ;; Try to keep variables local to a single file. Provide accessors if |
137 ;; variables are shared. Use this section as a last resort. | 137 ;; variables are shared. Use this section as a last resort. |
138 | 138 |
139 (defconst mh-version "7.94+cvs" "Version number of MH-E.") | 139 (defconst mh-version "7.95" "Version number of MH-E.") |
140 | 140 |
141 ;; Variants | 141 ;; Variants |
142 | 142 |
143 (defvar mh-sys-path | 143 (defvar mh-sys-path |
144 '("/usr/local/nmh/bin" ; nmh default | 144 '("/usr/local/nmh/bin" ; nmh default |