Rectify skip-set argument
* lisp/gnus/gnus-search.el (gnus-search-query-end-of-input): Remove brackets that don't belong. Found by relint.
This commit is contained in:
parent
6e9564f09a
commit
b7b9bbb93d
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ return one word."
|
|||
|
||||
(defun gnus-search-query-end-of-input ()
|
||||
"Are we at the end of input?"
|
||||
(skip-chars-forward "[[:blank:]]")
|
||||
(skip-chars-forward "[:blank:]")
|
||||
(looking-at "$"))
|
||||
|
||||
;;; Search engines
|
||||
|
|
Loading…
Add table
Reference in a new issue