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
5c5718b6
Commit
5c5718b6
authored
Apr 27, 2004
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lisp_time_argument): Provide externally.
parent
37c0b8fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/editfns.c
View file @
5c5718b6
...
...
@@ -73,7 +73,7 @@ static int tm_diff P_ ((struct tm *, struct tm *));
static
void
find_field
P_
((
Lisp_Object
,
Lisp_Object
,
Lisp_Object
,
int
*
,
Lisp_Object
,
int
*
));
static
void
update_buffer_properties
P_
((
int
,
int
));
static
Lisp_Object
region_limit
P_
((
int
));
static
int
lisp_time_argument
P_
((
Lisp_Object
,
time_t
*
,
int
*
));
int
lisp_time_argument
P_
((
Lisp_Object
,
time_t
*
,
int
*
));
static
size_t
emacs_memftimeu
P_
((
char
*
,
size_t
,
const
char
*
,
size_t
,
const
struct
tm
*
,
int
));
static
void
general_insert_function
P_
((
void
(
*
)
(
const
unsigned
char
*
,
int
),
...
...
@@ -1377,7 +1377,7 @@ resolution finer than a second. */)
}
static
int
int
lisp_time_argument
(
specified_time
,
result
,
usec
)
Lisp_Object
specified_time
;
time_t
*
result
;
...
...
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