qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs hex.c unihex.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs hex.c unihex.c
Date: Thu, 29 May 2014 06:32:22 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/05/29 06:32:22

Modified files:
        .              : hex.c unihex.c 

Log message:
        suppress redundant initializer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/hex.c?cvsroot=qemacs&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/qemacs/unihex.c?cvsroot=qemacs&r1=1.25&r2=1.26

Patches:
Index: hex.c
===================================================================
RCS file: /sources/qemacs/qemacs/hex.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- hex.c       27 May 2014 12:05:53 -0000      1.40
+++ hex.c       29 May 2014 06:32:21 -0000      1.41
@@ -322,10 +322,8 @@
     .name = "binary",
     .mode_probe = NULL,
     .mode_init = binary_mode_init,
-    .mode_close = text_mode_close,
     .text_display = hex_display,
     .text_backward_offset = hex_backward_offset,
-
     .move_up_down = hex_move_up_down,
     .move_left_right = hex_move_left_right,
     .move_bol = hex_move_bol,
@@ -340,10 +338,8 @@
     .name = "hex",
     .mode_probe = hex_mode_probe,
     .mode_init = hex_mode_init,
-    .mode_close = text_mode_close,
     .text_display = hex_display,
     .text_backward_offset = hex_backward_offset,
-
     .move_up_down = hex_move_up_down,
     .move_left_right = hex_move_left_right,
     .move_bol = hex_move_bol,

Index: unihex.c
===================================================================
RCS file: /sources/qemacs/qemacs/unihex.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- unihex.c    27 May 2014 12:05:54 -0000      1.25
+++ unihex.c    29 May 2014 06:32:22 -0000      1.26
@@ -222,10 +222,8 @@
     .name = "unihex",
     .mode_probe = unihex_mode_probe,
     .mode_init = unihex_mode_init,
-    .mode_close = text_mode_close,
     .text_display = unihex_display,
     .text_backward_offset = unihex_backward_offset,
-
     .move_up_down = unihex_move_up_down,
     .move_left_right = unihex_move_left_right,
     .move_bol = unihex_move_bol,



reply via email to

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