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/fortran.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el
Date: Wed, 09 Feb 2005 10:52:31 -0500

Index: emacs/lisp/progmodes/fortran.el
diff -c emacs/lisp/progmodes/fortran.el:1.113 
emacs/lisp/progmodes/fortran.el:1.114
*** emacs/lisp/progmodes/fortran.el:1.113       Fri Dec 31 14:53:40 2004
--- emacs/lisp/progmodes/fortran.el     Wed Feb  9 15:50:36 2005
***************
*** 147,153 ****
    "*Regexp to match a directive line.
  The matching text will be fontified with `font-lock-keyword-face'.
  The matching line will be given zero indentation."
!   :version "21.4"
    :type    'regexp
    :group   'fortran-indent)
  
--- 147,153 ----
    "*Regexp to match a directive line.
  The matching text will be fontified with `font-lock-keyword-face'.
  The matching line will be given zero indentation."
!   :version "22.1"
    :type    'regexp
    :group   'fortran-indent)
  
***************
*** 952,958 ****
                        fortran-minimum-statement-indent-tab
                      fortran-minimum-statement-indent-fixed) (current-column))
                   ;; In col 8 with a single tab to the left.
!                (eq ?\t (char-after (line-beginning-position))) 
                 (not (or (eq last-command 'fortran-indent-line)
                          (eq last-command
                              'fortran-indent-new-line))))
--- 952,958 ----
                        fortran-minimum-statement-indent-tab
                      fortran-minimum-statement-indent-fixed) (current-column))
                   ;; In col 8 with a single tab to the left.
!                (eq ?\t (char-after (line-beginning-position)))
                 (not (or (eq last-command 'fortran-indent-line)
                          (eq last-command
                              'fortran-indent-new-line))))




reply via email to

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