* lisp/mail/rmailsum.el (rmail-header-summary):
Fix 2010-11-26 test for multiline Subject: field.
+2012-10-12 Glenn Morris <rgm@gnu.org>
+
+ * mail/rmailsum.el (rmail-header-summary):
+ Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
+
2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
* progmodes/python.el (python-mode-map): Replace
(setq pos (point))
(forward-line 1)
(setq str (buffer-substring pos (1- (point))))
- (while (looking-at "\\s ")
+ (while (looking-at "[ \t]")
(setq str (concat str " "
(buffer-substring (match-end 0)
(line-end-position))))