(python-preoutput-filter): Fix arg order to string-match.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user