emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pgtk 6df8556 080/100: Remove duplicated syms_of_xwidget call


From: Yuuki Harano
Subject: feature/pgtk 6df8556 080/100: Remove duplicated syms_of_xwidget call
Date: Tue, 24 Nov 2020 08:02:42 -0500 (EST)

branch: feature/pgtk
commit 6df8556ab71ef8ae38e52d770d56510da65a614e
Author: Yuuki Harano <masm+github@masm11.me>
Commit: Jeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>

    Remove duplicated syms_of_xwidget call
    
    * src/emacs.c (main): Remove duplicated syms_of_xwidget() call.
---
 src/emacs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emacs.c b/src/emacs.c
index f833184..253f5f7 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1917,6 +1917,7 @@ Using an Emacs configured with --with-x-toolkit=lucid 
does not have this problem
       syms_of_nsselect ();
       syms_of_fontset ();
 #endif /* HAVE_NS */
+
 #ifdef HAVE_PGTK
       syms_of_pgtkterm ();
       syms_of_pgtkfns ();
@@ -1925,7 +1926,6 @@ Using an Emacs configured with --with-x-toolkit=lucid 
does not have this problem
       syms_of_pgtkim ();
       syms_of_fontset ();
       syms_of_xsettings ();
-      syms_of_xwidget ();
 #endif
 
       syms_of_gnutls ();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]