Mercurial > emacs
diff lisp/progmodes/python.el @ 90796:4ef881a120fe
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 675-697)
- Update from CVS
- Merge from gnus--rel--5.10
- Release ERC 5.2.
* gnus--rel--5.10 (patch 211-215)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 11 Apr 2007 00:17:47 +0000 |
| parents | c0409ee15cee e359709ed895 |
| children | e6fdae9180d4 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Fri Mar 30 02:06:58 2007 +0000 +++ b/lisp/progmodes/python.el Wed Apr 11 00:17:47 2007 +0000 @@ -2225,6 +2225,7 @@ ;; . python-font-lock-syntactic-face-function) )) (set (make-local-variable 'parse-sexp-lookup-properties) t) + (set (make-local-variable 'parse-sexp-ignore-comments) t) (set (make-local-variable 'comment-start) "# ") (set (make-local-variable 'indent-line-function) #'python-indent-line) (set (make-local-variable 'indent-region-function) #'python-indent-region)
