mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove extraneous semicolon.
This commit is contained in:
parent
8254b6b485
commit
9ae8d912e9
1 changed files with 1 additions and 1 deletions
|
|
@ -2357,7 +2357,7 @@ extern void init_baud_rate P_ ((void));
|
|||
|
||||
/* defined in filelock.c */
|
||||
EXFUN (Funlock_buffer, 0);
|
||||
EXFUN (Ffile_locked_p, 1);;
|
||||
EXFUN (Ffile_locked_p, 1);
|
||||
extern void unlock_all_files P_ ((void));
|
||||
extern void lock_file P_ ((Lisp_Object));
|
||||
extern void unlock_file P_ ((Lisp_Object));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue