qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs list.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs list.c
Date: Tue, 03 Dec 2013 17:36:15 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        13/12/03 17:36:15

Modified files:
        .              : list.c 

Log message:
        removed confusing code

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/list.c?cvsroot=qemacs&r1=1.9&r2=1.10

Patches:
Index: list.c
===================================================================
RCS file: /sources/qemacs/qemacs/list.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- list.c      29 Mar 2008 18:06:41 -0000      1.9
+++ list.c      3 Dec 2013 17:36:15 -0000       1.10
@@ -2,6 +2,7 @@
  * List mode for QEmacs.
  *
  * Copyright (c) 2001, 2002 Fabrice Bellard.
+ * Copyright (c) 2002-2013 Charlie Gordon.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -20,6 +21,8 @@
 
 #include "qe.h"
 
+ModeDef list_mode;
+
 static int list_get_colorized_line(EditState *s,
                                    unsigned int *buf, int buf_size,
                                    int *offsetp, __unused__ int line_num)
@@ -79,7 +82,6 @@
 static int list_mode_init(EditState *s, __unused__ ModeSavedData *saved_data)
 {
     s->wrap = WRAP_TRUNCATE;
-    s->interactive = 1;
     s->get_colorized_line = list_get_colorized_line;
     return 0;
 }
@@ -88,8 +90,6 @@
 {
 }
 
-ModeDef list_mode;
-
 static int list_init(void)
 {
     memcpy(&list_mode, &text_mode, sizeof(ModeDef));



reply via email to

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