emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el,v
Date: Thu, 23 Nov 2006 07:26:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       06/11/23 07:26:52

Index: f90.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/f90.el,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- f90.el      10 Nov 2006 08:39:13 -0000      1.91
+++ f90.el      23 Nov 2006 07:26:52 -0000      1.92
@@ -1007,8 +1007,9 @@
                (skip-chars-backward " \t")
                (bolp)))
         (f90-calculate-indent))
-       (t (skip-chars-backward " \t")
-          (max (if (bolp) 0 (1+ (current-column))) comment-column))))
+       (t (save-excursion
+             (skip-chars-backward " \t")
+             (max (if (bolp) 0 (1+ (current-column))) comment-column)))))
 
 (defsubst f90-present-statement-cont ()
   "Return continuation properties of present statement.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]