1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(Qmouse_leave_buffer_hook): Delete redundant definition.

(syms_of_frame_1): Delete the duplicate assignment and staticpro.
This commit is contained in:
Karl Heuer 1996-07-16 00:05:12 +00:00
parent 7fd6105772
commit 8d9e216233

View file

@ -86,8 +86,6 @@ Lisp_Object Qtitle;
Lisp_Object Vterminal_frame;
Lisp_Object Vdefault_frame_alist;
Lisp_Object Qmouse_leave_buffer_hook;
static void
syms_of_frame_1 ()
{
@ -127,9 +125,6 @@ syms_of_frame_1 ()
Qtitle = intern ("title");
staticpro (&Qtitle);
Qmouse_leave_buffer_hook = intern ("mouse-leave-buffer-hook");
staticpro (&Qmouse_leave_buffer_hook);
DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
"Alist of default values for frame creation.\n\
These may be set in your init file, like this:\n\