(hi-lock-unface-buffer): Use nil rather than t for
predicate passed to completing-read.
This commit is contained in:
parent
033ae89cf2
commit
932c309e30
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -420,7 +420,7 @@ interactive functions. \(See `hi-lock-interactive-patterns'.\)
|
|||
(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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue