qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs qe.h variables.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs qe.h variables.c
Date: Tue, 28 May 2019 00:30:56 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        19/05/28 00:30:56

Modified files:
        .              : qe.h variables.c 

Log message:
        add state variable c_label_indent

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/qe.h?cvsroot=qemacs&r1=1.273&r2=1.274
http://cvs.savannah.gnu.org/viewcvs/qemacs/variables.c?cvsroot=qemacs&r1=1.24&r2=1.25

Patches:
Index: qe.h
===================================================================
RCS file: /sources/qemacs/qemacs/qe.h,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -b -r1.273 -r1.274
--- qe.h        27 Mar 2019 08:05:05 -0000      1.273
+++ qe.h        28 May 2019 04:30:56 -0000      1.274
@@ -1716,6 +1716,7 @@
     int backspace_is_control_h;
     int backup_inhibited;  /* prevent qemacs from backing up files */
     int fuzzy_search;    /* use fuzzy search for completion matcher */
+    int c_label_indent;
     const char *user_option;
 };
 

Index: variables.c
===================================================================
RCS file: /sources/qemacs/qemacs/variables.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- variables.c 22 Jun 2017 22:02:25 -0000      1.24
+++ variables.c 28 May 2019 04:30:56 -0000      1.25
@@ -1,7 +1,7 @@
 /*
  * Module for handling variables in QEmacs
  *
- * Copyright (c) 2000-2017 Charlie Gordon.
+ * Copyright (c) 2000-2019 Charlie Gordon.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -50,6 +50,7 @@
     S_VAR( "default-fill-column", default_fill_column, VAR_NUMBER, VAR_RW_SAVE 
)
     S_VAR( "backup-inhibited", backup_inhibited, VAR_NUMBER, VAR_RW_SAVE )
     S_VAR( "fuzzy-search", fuzzy_search, VAR_NUMBER, VAR_RW_SAVE )
+    S_VAR( "c-label-indent", c_label_indent, VAR_NUMBER, VAR_RW_SAVE )
 
     //B_VAR( "screen-charset", charset, VAR_NUMBER, VAR_RW )
 



reply via email to

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