1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(python-preoutput-filter): Fix arg order to string-match.

This commit is contained in:
Richard M. Stallman 2006-09-16 17:56:17 +00:00
parent 9af0a0b9c8
commit be8b7dbd64
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
* progmodes/python.el (python-preoutput-filter):
Fix arg order to string-match.
2006-09-16 Richard Stallman <rms@gnu.org>
* obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to

View file

@ -1289,7 +1289,7 @@ Don't save anything for STR matching `inferior-python-filter-regexp'."
;; 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)))