Fixed conventional headers. Use --- Instead of -- in the first line.
[elisp/wanderlust.git] / elmo / elmo-nmz.el
index d0c414d..1b210ff 100644 (file)
@@ -1,4 +1,4 @@
-;;; elmo-nmz.el -- Namazu interface for ELMO.
+;;; elmo-nmz.el --- Namazu interface for ELMO.
 
 ;; Copyright (C) 2000 Yuuichi Teranishi <teranisi@gohome.org>
 
           (elmo-map-message-location folder (car msgs))
           condition
           (car msgs)
-          orig)
-         (setq matches (cons (car msgs) matches)))
+          orig)
+         (setq matches (cons (car msgs) matches)))
        (setq i (1+ i))
        (setq percent (/ (* i 100) num))
        (elmo-display-progress
-        'elmo-nmz-search "Searching..."
-        percent)
+       'elmo-nmz-search "Searching..."
+       percent)
        (setq msgs (cdr msgs)))
     matches))
 
 
 (luna-define-method elmo-folder-mark-as-read ((folder elmo-nmz-folder) numbers)
   t)
-  
+
 (require 'product)
 (product-provide (provide 'elmo-nmz) (require 'elmo-version))
 
-;;; elmo-nmz.el ends here
\ No newline at end of file
+;;; elmo-nmz.el ends here