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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el
Date: Sat, 12 Jun 2004 07:03:31 -0400

Index: emacs/lisp/progmodes/python.el
diff -c emacs/lisp/progmodes/python.el:1.15 emacs/lisp/progmodes/python.el:1.16
*** emacs/lisp/progmodes/python.el:1.15 Mon May 10 18:34:41 2004
--- emacs/lisp/progmodes/python.el      Sat Jun 12 10:26:37 2004
***************
*** 323,329 ****
                                     line-end))
                            (save-excursion (python-end-of-statement))
                            t)
!        (not (python-in-string/comment)))))
  
  (defun python-close-block-statement-p (&optional bos)
    "Return non-nil if current line is a statement closing a block.
--- 323,330 ----
                                     line-end))
                            (save-excursion (python-end-of-statement))
                            t)
!        (not (progn (goto-char (match-beginning 0))
!                    (python-in-string/comment))))))
  
  (defun python-close-block-statement-p (&optional bos)
    "Return non-nil if current line is a statement closing a block.




reply via email to

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