emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Mon, 04 Mar 2002 04:26:19 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.408 emacs/src/lisp.h:1.409
*** emacs/src/lisp.h:1.408      Fri Mar  1 15:59:55 2002
--- emacs/src/lisp.h    Mon Mar  4 04:26:18 2002
***************
*** 573,579 ****
       The first four are duplicates for things which can be on the list,
       for purposes of speed.  */
  
!   unsigned int write_protect : 1;    /* Non-zero means can't modify.  */
    unsigned int visible : 1;       /* Zero means don't display.  */
    unsigned int front_sticky : 1;    /* Non-zero means text inserted just
                                       before this interval goes into it.  */
--- 573,579 ----
       The first four are duplicates for things which can be on the list,
       for purposes of speed.  */
  
!   unsigned int write_protect : 1;   /* Non-zero means can't modify.  */
    unsigned int visible : 1;       /* Zero means don't display.  */
    unsigned int front_sticky : 1;    /* Non-zero means text inserted just
                                       before this interval goes into it.  */



reply via email to

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