--- old/woman.el 2006-10-24 15:17:50.000000000 +0200 +++ woman.el 2006-10-24 15:16:47.000000000 +0200 @@ -1727,7 +1727,10 @@ (auto-compression-mode 1)) (nth 1 (condition-case () - (insert-file-contents filename nil) + (progn + (insert "\n") + (backward-char 1) + (insert-file-contents filename nil)) (file-error ;; Run find-file-not-found-hooks until one returns non-nil. ;; (run-hook-with-args-until-success 'find-file-not-found-hooks)