line-move-invisible-p with invisible-p, it was removed on
2007-08-29.
+2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
+ line-move-invisible-p with invisible-p, it was removed on
+ 2007-08-29.
+
2007-10-26 Juanma Barranquero <lekktu@gmail.com>
* files.el (kill-emacs-query-functions): Doc fix;
Can be customized with the variables `fill-nobreak-predicate'
and `fill-nobreak-invisible'."
(or
- (and fill-nobreak-invisible (line-move-invisible-p (point)))
+ (and fill-nobreak-invisible (invisible-p (point)))
(unless (bolp)
(or
;; Don't break after a period followed by just one space.