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
a5f217b8
Commit
a5f217b8
authored
Feb 15, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(search_command): #if 0 previous change.
parent
481399bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/search.c
src/search.c
+5
-0
No files found.
src/search.c
View file @
a5f217b8
...
...
@@ -502,7 +502,12 @@ search_command (string, bound, noerror, count, direction, RE)
{
if
(
lim
<
BEGV
||
lim
>
ZV
)
abort
();
SET_PT
(
lim
);
return
Qnil
;
#if 0 /* This would be clean, but maybe programs depend on
a value of nil here. */
np = lim;
#endif
}
else
return
Qnil
;
...
...
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