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
80e01f8d
Commit
80e01f8d
authored
Feb 10, 1998
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fposition_bytes): Declare arg POSITION as Lips_Object.
parent
fa8a5a15
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/editfns.c
src/editfns.c
+1
-0
No files found.
src/editfns.c
View file @
80e01f8d
...
...
@@ -458,6 +458,7 @@ is in effect, in which case it is less.")
DEFUN
(
"position-bytes"
,
Fposition_bytes
,
Sposition_bytes
,
1
,
1
,
0
,
"Return the byte position for character position POSITION."
)
(
position
)
Lisp_Object
position
;
{
CHECK_NUMBER_COERCE_MARKER
(
position
,
1
);
return
make_number
(
CHAR_TO_BYTE
(
XINT
(
position
)));
...
...
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