(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
[bpt/emacs.git] / lisp / mim-mode.el
index 3ec6b32..94e63cb 100644 (file)
@@ -211,7 +211,7 @@ Entry to this mode calls the value of mim-mode-hook if non-nil."
   (use-local-map mim-mode-map)
   (set-syntax-table mim-mode-syntax-table)
   (make-local-variable 'paragraph-start)
-  (setq paragraph-start (concat "^$\\|" page-delimiter))
+  (setq paragraph-start (concat "$\\|" page-delimiter))
   (make-local-variable 'paragraph-separate)
   (setq paragraph-separate paragraph-start)
   (make-local-variable 'paragraph-ignore-fill-prefix)