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


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

Index: emacs/lisp/progmodes/python.el
diff -c emacs/lisp/progmodes/python.el:1.22 emacs/lisp/progmodes/python.el:1.23
*** emacs/lisp/progmodes/python.el:1.22 Fri Dec  3 00:10:23 2004
--- emacs/lisp/progmodes/python.el      Fri Dec 31 14:55:23 2004
***************
*** 1712,1718 ****
    (set (make-local-variable 'indent-line-function) #'python-indent-line)
    (set (make-local-variable 'paragraph-start) "\\s-*$")
    (set (make-local-variable 'fill-paragraph-function) 'python-fill-paragraph)
!   (set (make-local-variable 'require-final-newline) t)
    (set (make-local-variable 'add-log-current-defun-function)
         #'python-current-defun)
    ;; Fixme: Generalize to do all blocks?
--- 1712,1718 ----
    (set (make-local-variable 'indent-line-function) #'python-indent-line)
    (set (make-local-variable 'paragraph-start) "\\s-*$")
    (set (make-local-variable 'fill-paragraph-function) 'python-fill-paragraph)
!   (set (make-local-variable 'require-final-newline) 
mode-require-final-newline)
    (set (make-local-variable 'add-log-current-defun-function)
         #'python-current-defun)
    ;; Fixme: Generalize to do all blocks?




reply via email to

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