Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0fae5004
Commit
0fae5004
authored
Apr 22, 2014
by
Paul Eggert
Browse files
* search.c (Fnewline_cache_check): Remove unused locals.
parent
f2df692c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/search.c
src/search.c
+1
-2
No files found.
src/ChangeLog
View file @
0fae5004
2014-04-22 Paul Eggert <eggert@cs.ucla.edu>
* search.c (Fnewline_cache_check): Remove unused locals.
2014-04-22 Eli Zaretskii <eliz@gnu.org>
2014-04-22 Eli Zaretskii <eliz@gnu.org>
* search.c (find_newline1): New subroutine.
* search.c (find_newline1): New subroutine.
...
...
src/search.c
View file @
0fae5004
...
@@ -3210,10 +3210,9 @@ the buffer. If the buffer doesn't have a cache, the value is nil. */)
...
@@ -3210,10 +3210,9 @@ the buffer. If the buffer doesn't have a cache, the value is nil. */)
(Lisp_Object buffer)
(Lisp_Object buffer)
{
{
struct buffer *buf;
struct buffer *buf;
struct region_cache *nlcache;
ptrdiff_t shortage, nl_count_cache, nl_count_buf;
ptrdiff_t shortage, nl_count_cache, nl_count_buf;
Lisp_Object cache_newlines, buf_newlines, val;
Lisp_Object cache_newlines, buf_newlines, val;
ptrdiff_t from,
from_byte,
found, i;
ptrdiff_t from, found, i;
if (NILP (buffer))
if (NILP (buffer))
buf = current_buffer;
buf = current_buffer;
...
...
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