Mercurial > emacs
diff lisp/progmodes/python.el @ 90602:b5c13d1564a9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 437-446)
- Update from CVS
- lisp/url/url-methods.el: Fix format error when http_proxy is empty string
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 137-140)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Wed, 20 Sep 2006 06:04:23 +0000 |
| parents | a1a25ac6c88a 063a265bc04f |
| children | 7eeafaaa9eab |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Thu Sep 14 09:24:00 2006 +0000 +++ b/lisp/progmodes/python.el Wed Sep 20 06:04:23 2006 +0000 @@ -1289,7 +1289,7 @@ ;; Maybe we could be more selective here. (if (zerop (length res)) (not (bolp)) - (string-match res ".\\'")))) + (string-match ".\\'" res)))) ;; The need for this seems to be system-dependent: ;; What is this all about, exactly? --Stef ;; (if (and (eq ?. (aref s 0)))
