[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.h
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.h |
Date: |
Mon, 19 Aug 2002 23:59:29 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/buffer.h,
Kenichi Handa <=