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:
parent
7fd6105772
commit
8d9e216233
1 changed files with 0 additions and 5 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue