Mercurial > emacs
changeset 36357:06ff4f3266f8
(hi-lock-unface-buffer): Use nil rather than t for
predicate passed to completing-read.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 23 Feb 2001 16:17:44 +0000 |
parents | a10bf38295d2 |
children | d1fca0c236c3 |
files | lisp/hi-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hi-lock.el Fri Feb 23 16:13:28 2001 +0000 +++ b/lisp/hi-lock.el Fri Feb 23 16:17:44 2001 +0000 @@ -420,7 +420,7 @@ (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)))