comparison lisp/mh-e/mh-e.el @ 66087:88d998016498

* 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.
author Bill Wohler <wohler@newt.com>
date Fri, 14 Oct 2005 17:15:40 +0000
parents 4520ae2624f2
children 9e3c435d42e0
comparison
equal deleted inserted replaced
66086:1d0956c24eb7 66087:88d998016498
776 (mh-previous-undeleted-msg) 776 (mh-previous-undeleted-msg)
777 (mh-next-undeleted-msg)) 777 (mh-next-undeleted-msg))
778 (if (mh-in-show-buffer (mh-show-buffer) 778 (if (mh-in-show-buffer (mh-show-buffer)
779 (pos-visible-in-window-p (point-max))) 779 (pos-visible-in-window-p (point-max)))
780 (progn 780 (progn
781 (message 781 (message
782 "End of message (Type %s to read %s undeleted message)" 782 "End of message (Type %s to read %s undeleted message)"
783 (single-key-description last-input-event) 783 (single-key-description last-input-event)
784 (if (equal mh-next-direction 'backward) 784 (if (equal mh-next-direction 'backward)
785 "previous" 785 "previous"
786 "next")) 786 "next"))