Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
61fc6e60
Commit
61fc6e60
authored
Mar 02, 2013
by
Bill Wohler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mh-e.el (mh-version): Add +bzr to version.
parent
91881c07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+4
-0
lisp/mh-e/mh-e.el
lisp/mh-e/mh-e.el
+2
-2
No files found.
lisp/mh-e/ChangeLog
View file @
61fc6e60
2013
-
03
-
03
Bill
Wohler
<
wohler
@
newt
.
com
>
*
mh
-
e
.
el
(
mh
-
version
):
Add
+
bzr
to
version
.
2013
-
03
-
02
Bill
Wohler
<
wohler
@
newt
.
com
>
Release
MH
-
E
version
8.5
.
...
...
lisp/mh-e/mh-e.el
View file @
61fc6e60
...
...
@@ -5,7 +5,7 @@
;; Author: Bill Wohler <wohler@newt.com>
;; Maintainer: Bill Wohler <wohler@newt.com>
;; Version: 8.5
;; Version: 8.5
+bzr
;; Keywords: mail
;; This file is part of GNU Emacs.
...
...
@@ -127,7 +127,7 @@
;; Try to keep variables local to a single file. Provide accessors if
;; variables are shared. Use this section as a last resort.
(
defconst
mh-version
"8.5"
"Version number of MH-E."
)
(
defconst
mh-version
"8.5
+bzr
"
"Version number of MH-E."
)
;; Variants
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment