/[emacs]/emacs/lisp/progmodes/python.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/python.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by monnier, Mon May 10 18:34:41 2004 UTC revision 1.16 by eliz, Sat Jun 12 10:26:37 2004 UTC
# Line 323  BOS non-nil means point is known to be a Line 323  BOS non-nil means point is known to be a
323                                       line-end))                                       line-end))
324                              (save-excursion (python-end-of-statement))                              (save-excursion (python-end-of-statement))
325                              t)                              t)
326           (not (python-in-string/comment)))))           (not (progn (goto-char (match-beginning 0))
327                         (python-in-string/comment))))))
328    
329  (defun python-close-block-statement-p (&optional bos)  (defun python-close-block-statement-p (&optional bos)
330    "Return non-nil if current line is a statement closing a block.    "Return non-nil if current line is a statement closing a block.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26