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


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

Index: emacs/lisp/progmodes/modula2.el
diff -c emacs/lisp/progmodes/modula2.el:1.24 
emacs/lisp/progmodes/modula2.el:1.25
*** emacs/lisp/progmodes/modula2.el:1.24        Mon Sep  1 15:45:35 2003
--- emacs/lisp/progmodes/modula2.el     Fri Dec 31 14:54:45 2004
***************
*** 151,157 ****
  ;  (make-local-variable 'indent-line-function)
  ;  (setq indent-line-function 'c-indent-line)
    (make-local-variable 'require-final-newline)
!   (setq require-final-newline t)
    (make-local-variable 'comment-start)
    (setq comment-start "(* ")
    (make-local-variable 'comment-end)
--- 151,157 ----
  ;  (make-local-variable 'indent-line-function)
  ;  (setq indent-line-function 'c-indent-line)
    (make-local-variable 'require-final-newline)
!   (setq require-final-newline mode-require-final-newline)
    (make-local-variable 'comment-start)
    (setq comment-start "(* ")
    (make-local-variable 'comment-end)




reply via email to

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