predicate passed to completing-read.
+2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
+
+ * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
+ predicate passed to completing-read.
+
2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
* startup.el (command-line): Fix last change.
(error "No highlighting to remove"))
(list
(completing-read "Regexp to unhighlight: "
- hi-lock-interactive-patterns t t
+ hi-lock-interactive-patterns nil t
(car (car hi-lock-interactive-patterns))
(cons 'history-list 1))))))
(let ((keyword (assoc regexp hi-lock-interactive-patterns)))