Skip to content

Commit

Permalink
mh-folder-tick-face had been renamed to mh-folder-tick but the code
Browse files Browse the repository at this point in the history
that invoked the face had not been updated. Tick highlighting working
again.
  • Loading branch information
wohler committed Oct 14, 2005
1 parent 20a5d9b commit 4b637c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions lisp/mh-e/ChangeLog
@@ -1,9 +1,19 @@
2005-10-14 Bill Wohler <wohler@newt.com>

Released MH-E version 7.85.

* mh-e.el (Version, mh-version): Updated for release 7.85.

2005-10-14 Bill Wohler <wohler@newt.com>

* mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
* mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
need to be indented.

* mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick
but the code that invoked the face had not been updated. Tick
highlighting working again.

* mh-seq.el (mh-non-seq-mode-line-annotation): Moved
make-variable-buffer-local call to top level to avoid warnings in
CVS Emacs.
Expand Down
2 changes: 1 addition & 1 deletion lisp/mh-e/mh-e.el
Expand Up @@ -408,7 +408,7 @@ is done highlighting.")
(list (list ',func (list 1 '',face 'prepend t))))))))

(mh-generate-sequence-font-lock mh-unseen-seq unseen bold)
(mh-generate-sequence-font-lock mh-tick-seq tick mh-folder-tick-face)
(mh-generate-sequence-font-lock mh-tick-seq tick mh-folder-tick)



Expand Down

0 comments on commit 4b637c5

Please sign in to comment.