mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add extern declaration for Vinhibit_field_text_motion.
This commit is contained in:
parent
9a74e7e566
commit
8ca534c482
1 changed files with 1 additions and 0 deletions
|
|
@ -2302,6 +2302,7 @@ extern Lisp_Object make_buffer_string_both P_ ((int, int, int, int, int));
|
|||
extern void init_editfns P_ ((void));
|
||||
extern void syms_of_editfns P_ ((void));
|
||||
EXFUN (Fcurrent_message, 0);
|
||||
extern Lisp_Object Vinhibit_field_text_motion;
|
||||
|
||||
/* defined in buffer.c */
|
||||
extern void nsberror P_ ((Lisp_Object));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue