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
070fe99c
Commit
070fe99c
authored
Jul 25, 2000
by
Gerd Moellmann
Browse files
(Fforward_word): Add last arg nil in call of
Fconstrain_to_field.
parent
bad77ef7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/syntax.c
src/syntax.c
+1
-1
No files found.
src/ChangeLog
View file @
070fe99c
2000-07-25 Gerd Moellmann <gerd@gnu.org>
* syntax.c (Fforward_word): Add last arg nil in call of
Fconstrain_to_field.
2000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
* fileio.c (Frename-file) [DOS_NT]: If the file names are
...
...
src/syntax.c
View file @
070fe99c
...
...
@@ -1270,7 +1270,7 @@ and the function returns nil. Field boundaries are not noticed if\n\
/* Avoid jumping out of an input field. */
val
=
XFASTINT
(
Fconstrain_to_field
(
make_number
(
val
),
make_number
(
PT
),
Qt
,
Qnil
));
Qt
,
Qnil
,
Qnil
));
SET_PT
(
val
);
return
val
==
orig_val
?
Qt
:
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