projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
962cb44
)
; * src/editfns.c (Fline_beginning_position): Remove redundant parens.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 19 Aug 2022 13:55:19 +0000
(16:55 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 19 Aug 2022 13:55:19 +0000
(16:55 +0300)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 1e07b0b6557530ca8c605c748ccfe12da6a45a14..16262381999095ad99e5391636e8fdf6b9cfb9a3 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-759,7
+759,7
@@
boundaries, bind `inhibit-field-text-motion' to t.
This function does not move point. */)
(Lisp_Object n)
{
- ptrdiff_t count, charpos =
(bol (n, &count)
);
+ ptrdiff_t count, charpos =
bol (n, &count
);
/* Return END constrained to the current input field. */
return Fconstrain_to_field (make_fixnum (charpos), make_fixnum (PT),
count != 0 ? Qt : Qnil,