Move ';;; Code:' comment.
[elisp/wanderlust.git] / elmo / elmo-net.el
index 67e3970..7abbd79 100644 (file)
@@ -26,6 +26,8 @@
 ;;; Commentary:
 ;;
 
+;;; Code:
+;;
 (eval-when-compile (require 'cl))
 
 (require 'elmo-util)
@@ -34,9 +36,6 @@
 (require 'elmo-cache)
 (require 'elmo)
 
-;;; Code:
-;;
-
 (defconst elmo-net-folder-name-syntax '((?@ [server ".+"])
                                        (?: [port "^[0-9]+$"])
                                        (?! stream-type)))