changeset 2250:9d4f68186c83

[project @ 1996-05-22 16:00:25 by jwe]
author jwe
date Wed, 22 May 1996 16:00:25 +0000
parents 40e70a680c0a
children b1ae27b474b3
files emacs/octave.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/emacs/octave.el	Wed May 22 15:07:11 1996 +0000
+++ b/emacs/octave.el	Wed May 22 16:00:25 1996 +0000
@@ -478,6 +478,7 @@
   (interactive)
   (beginning-of-line)
   (while (and (not (= (forward-line -1) 0))
+	      (not (bobp))
 	      (or (looking-at octave-comment-line-start-skip)
 		  (looking-at "[ \t]*$")))))