Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
abc40aab
Commit
abc40aab
authored
Sep 07, 2004
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gnus-summary-search-article-forward):
Signal a specific `search-failed' rather than a generic `error'.
parent
9b40100a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sum.el
+1
-1
No files found.
lisp/gnus/gnus-sum.el
View file @
abc40aab
...
...
@@ -8341,7 +8341,7 @@ If BACKWARD, search backward instead."
(let ((gnus-last-article gnus-last-article))
(if (gnus-summary-search-article regexp backward)
(gnus-summary-show-thread)
(
error "S
earch
failed
: \"%s\""
regexp))))
(
signal 's
earch
-
failed
(list
regexp))))
)
(defun gnus-summary-search-article-backward (regexp)
"Search for an article containing REGEXP backward."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment