emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h
Date: Thu, 10 Jan 2002 06:13:18 -0500

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.84 emacs/src/buffer.h:1.85
*** emacs/src/buffer.h:1.84     Sun Dec 16 15:01:13 2001
--- emacs/src/buffer.h  Thu Jan 10 06:13:17 2002
***************
*** 199,205 ****
    while (0)
       
  
! /* Macros to set PT in the current buffer, or another buffer..  */
  
  #define SET_PT(position) (set_point (current_buffer, (position)))
  #define TEMP_SET_PT(position) (temp_set_point (current_buffer, (position)))
--- 199,205 ----
    while (0)
       
  
! /* Macros to set PT in the current buffer, or another buffer.  */
  
  #define SET_PT(position) (set_point (current_buffer, (position)))
  #define TEMP_SET_PT(position) (temp_set_point (current_buffer, (position)))
***************
*** 540,546 ****
       This comes before `name' because it is marked in a special way.  */
    Lisp_Object undo_list;
  
!   /* Everything from here down must be a Lisp_Object */
  
    /* The name of this buffer.  */
    Lisp_Object name;
--- 540,546 ----
       This comes before `name' because it is marked in a special way.  */
    Lisp_Object undo_list;
  
!   /* Everything from here down must be a Lisp_Object.  */
  
    /* The name of this buffer.  */
    Lisp_Object name;
***************
*** 593,601 ****
    /* This buffer's category table.  */
    Lisp_Object category_table;
  
!   /* Values of several buffer-local variables */
    /* tab-width is buffer-local so that redisplay can find it
!      in buffers that are not current */
    Lisp_Object case_fold_search;
    Lisp_Object tab_width;
    Lisp_Object fill_column;
--- 593,601 ----
    /* This buffer's category table.  */
    Lisp_Object category_table;
  
!   /* Values of several buffer-local variables.  */
    /* tab-width is buffer-local so that redisplay can find it
!      in buffers that are not current.  */
    Lisp_Object case_fold_search;
    Lisp_Object tab_width;
    Lisp_Object fill_column;
***************
*** 663,669 ****
       saving.  */
    Lisp_Object buffer_file_coding_system;
  
!   /* List of symbols naming the file format used for visited file. */
    Lisp_Object file_format;
  
    /* True if the newline position cache and width run cache are
--- 663,669 ----
       saving.  */
    Lisp_Object buffer_file_coding_system;
  
!   /* List of symbols naming the file format used for visited file.  */
    Lisp_Object file_format;
  
    /* True if the newline position cache and width run cache are



reply via email to

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