diff lisp/modes/sh-script.el @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 441bb1e64a06
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/modes/sh-script.el	Mon Aug 13 08:55:32 2007 +0200
+++ b/lisp/modes/sh-script.el	Mon Aug 13 08:56:04 2007 +0200
@@ -926,6 +926,7 @@
   (interactive)
   (let ((previous (save-excursion
 		    (while (and (not (bobp))
+				(not (eq (point-min) (point-at-bol)))
 				(progn
 				  (forward-line -1)
 				  (back-to-indentation)