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:
Mattias Engdegård 2020-11-06 23:02:29 +01:00
parent 6e9564f09a
commit b7b9bbb93d

View file

@ -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