[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/lisp.h,v
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/lisp.h,v |
Date: |
Wed, 14 May 2008 01:39:29 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kenichi Handa <handa> 08/05/14 01:39:28
Index: lisp.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/lisp.h,v
retrieving revision 1.618
retrieving revision 1.619
diff -u -b -r1.618 -r1.619
--- lisp.h 17 Apr 2008 01:09:57 -0000 1.618
+++ lisp.h 14 May 2008 01:39:27 -0000 1.619
@@ -350,8 +350,9 @@
PVEC_HASH_TABLE = 0x40000,
PVEC_TERMINAL = 0x80000,
PVEC_SUB_CHAR_TABLE = 0x100000,
- PVEC_OTHER = 0x200000,
- PVEC_TYPE_MASK = 0x2ffe00
+ PVEC_FONT = 0x200000,
+ PVEC_OTHER = 0x400000,
+ PVEC_TYPE_MASK = 0x7ffe00
#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to
GDB. It doesn't work on OS Alpha. Moved to a variable in
@@ -2974,6 +2975,7 @@
EXFUN (Feval_minibuffer, 2);
EXFUN (Fread_string, 5);
EXFUN (Fread_no_blanks_input, 3);
+EXFUN (Fassoc_string, 3);
extern Lisp_Object get_minibuffer P_ ((int));
extern void temp_echo_area_glyphs P_ ((Lisp_Object));
extern void init_minibuf_once P_ ((void));
- [Emacs-diffs] Changes to emacs/src/lisp.h,v,
Kenichi Handa <=
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Glenn Morris, 2008/05/14
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Stefan Monnier, 2008/05/19
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Stefan Monnier, 2008/05/21
- [Emacs-diffs] Changes to emacs/src/lisp.h,v, Stefan Monnier, 2008/05/30