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
89512fcd
Commit
89512fcd
authored
Nov 15, 2001
by
Miles Bader
Browse files
(Ffield_beginning, Ffield_end): Update EXFUN decl.
parent
f7793dfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
src/ChangeLog
src/ChangeLog
+10
-0
src/lisp.h
src/lisp.h
+2
-2
No files found.
src/ChangeLog
View file @
89512fcd
2001-11-15 Miles Bader <miles@gnu.org>
* editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
(Fdelete_field, Ffield_string, Ffield_string_no_properties):
Update arguments to find_field.
(Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
(Fconstrain_to_field): Use LIMIT arg to shorten search time.
* lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
* minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
2001-11-14 Richard M. Stallman <rms@gnu.org>
* editfns.c (Fpropertize): Allow call with 1 arg.
...
...
src/lisp.h
View file @
89512fcd
...
...
@@ -2557,8 +2557,8 @@ extern Lisp_Object Vinhibit_field_text_motion;
EXFUN (Fconstrain_to_field, 5);
EXFUN (Ffield_string, 1);
EXFUN (Fdelete_field, 1);
EXFUN (Ffield_beginning,
2
);
EXFUN (Ffield_end,
2
);
EXFUN (Ffield_beginning,
3
);
EXFUN (Ffield_end,
3
);
EXFUN (Ffield_string_no_properties, 1);
extern void set_time_zone_rule P_ ((char *));
...
...
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