[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/category.h
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/category.h |
Date: |
Tue, 04 Feb 2003 09:03:23 -0500 |
Index: emacs/src/category.h
diff -c emacs/src/category.h:1.14 emacs/src/category.h:1.15
*** emacs/src/category.h:1.14 Fri Nov 2 15:12:54 2001
--- emacs/src/category.h Tue Feb 4 09:03:11 2003
***************
*** 109,115 ****
#else
#define CATEGORY_SET(c) \
Faref (current_buffer->category_table, make_number (c))
! #endif
/* Return the doc string of CATEGORY in category table TABLE. */
#define CATEGORY_DOCSTRING(table, category) \
--- 109,115 ----
#else
#define CATEGORY_SET(c) \
Faref (current_buffer->category_table, make_number (c))
! #endif
/* Return the doc string of CATEGORY in category table TABLE. */
#define CATEGORY_DOCSTRING(table, category) \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/category.h,
Juanma Barranquero <=