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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el
Date: Fri, 31 Dec 2004 10:40:16 -0500

Index: emacs/lisp/progmodes/f90.el
diff -c emacs/lisp/progmodes/f90.el:1.77 emacs/lisp/progmodes/f90.el:1.78
*** emacs/lisp/progmodes/f90.el:1.77    Thu Nov 25 00:46:42 2004
--- emacs/lisp/progmodes/f90.el Fri Dec 31 14:53:24 2004
***************
*** 818,824 ****
    (use-local-map f90-mode-map)
    (set (make-local-variable 'indent-line-function) 'f90-indent-line)
    (set (make-local-variable 'indent-region-function) 'f90-indent-region)
!   (set (make-local-variable 'require-final-newline) t)
    (set (make-local-variable 'comment-start) "!")
    (set (make-local-variable 'comment-start-skip) "!+ *")
    (set (make-local-variable 'comment-indent-function) 'f90-comment-indent)
--- 818,824 ----
    (use-local-map f90-mode-map)
    (set (make-local-variable 'indent-line-function) 'f90-indent-line)
    (set (make-local-variable 'indent-region-function) 'f90-indent-region)
!   (set (make-local-variable 'require-final-newline) 
mode-require-final-newline)
    (set (make-local-variable 'comment-start) "!")
    (set (make-local-variable 'comment-start-skip) "!+ *")
    (set (make-local-variable 'comment-indent-function) 'f90-comment-indent)




reply via email to

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