aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/mh-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/mh-utils.el')
-rw-r--r--lisp/mh-e/mh-utils.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el
index 34332dc202..9b14826400 100644
--- a/lisp/mh-e/mh-utils.el
+++ b/lisp/mh-e/mh-utils.el
@@ -30,7 +30,7 @@
;;; Change Log:
-;; $Id: mh-utils.el,v 1.214 2003/01/27 04:42:23 wohler Exp $
+;; $Id: mh-utils.el,v 1.2 2003/02/03 20:55:30 wohler Exp $
;;; Code:
@@ -518,7 +518,7 @@ message about the fontification operation."
;; Full path of directory for this folder.
(defvar mh-folder-filename nil)
-
+
;;Number of msgs in buffer.
(defvar mh-msg-count nil)
@@ -658,7 +658,7 @@ Stronger than `save-excursion', weaker than `save-window-excursion'."
(clear-visited-file-modtime)
(unlock-buffer)
(setq buffer-file-name nil))
-
+
;;;###mh-autoload
(defun mh-get-msg-num (error-if-no-message)
"Return the message number of the displayed message.
@@ -1532,7 +1532,7 @@ The message number width portion of the format is discovered using
(format mh-scan-msg-format-string width)
(substring fmt end))))
fmt))
-
+
(defun mh-message-number-width (folder)
"Return the widest message number in this FOLDER."
(or mh-progs (mh-find-path))