comparison 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
comparison
equal deleted inserted replaced
90795:b9182b6a90c9 90796:4ef881a120fe
2223 ;; This probably isn't worth it. 2223 ;; This probably isn't worth it.
2224 ;; (font-lock-syntactic-face-function 2224 ;; (font-lock-syntactic-face-function
2225 ;; . python-font-lock-syntactic-face-function) 2225 ;; . python-font-lock-syntactic-face-function)
2226 )) 2226 ))
2227 (set (make-local-variable 'parse-sexp-lookup-properties) t) 2227 (set (make-local-variable 'parse-sexp-lookup-properties) t)
2228 (set (make-local-variable 'parse-sexp-ignore-comments) t)
2228 (set (make-local-variable 'comment-start) "# ") 2229 (set (make-local-variable 'comment-start) "# ")
2229 (set (make-local-variable 'indent-line-function) #'python-indent-line) 2230 (set (make-local-variable 'indent-line-function) #'python-indent-line)
2230 (set (make-local-variable 'indent-region-function) #'python-indent-region) 2231 (set (make-local-variable 'indent-region-function) #'python-indent-region)
2231 (set (make-local-variable 'paragraph-start) "\\s-*$") 2232 (set (make-local-variable 'paragraph-start) "\\s-*$")
2232 (set (make-local-variable 'fill-paragraph-function) 'python-fill-paragraph) 2233 (set (make-local-variable 'fill-paragraph-function) 'python-fill-paragraph)