* lisp/comint.el (comint-next-prompt): next-single-char-property-change
and prev-single-char-property-change never return nil.
Fixes: debbugs:8657
2012-02-06 Chong Yidong <cyd@gnu.org>
+ * comint.el (comint-next-prompt): next-single-char-property-change
+ and prev-single-char-property-change never return nil (Bug#8657).
+
* custom.el (defcustom): Doc fix (Bug#9711).
2012-02-05 Chong Yidong <cyd@gnu.org>
(if (> n 0)
(next-single-char-property-change pos 'field)
(previous-single-char-property-change pos 'field)))
- (cond ((or (null pos) (= pos prev-pos))
+ (cond ((= pos prev-pos)
;; Ran off the end of the buffer.
(when (> n 0)
;; There's always an input field at the end of the