1
Fork 0
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:
Erik Naggum 1998-04-22 17:44:41 +00:00
parent 8254b6b485
commit 9ae8d912e9

View file

@ -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));