emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/descr-text.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/descr-text.el,v
Date: Thu, 12 Jun 2008 03:56:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/12 03:56:20

Index: descr-text.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/descr-text.el,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- descr-text.el       1 Jun 2008 04:47:49 -0000       1.64
+++ descr-text.el       12 Jun 2008 03:56:15 -0000      1.65
@@ -318,6 +318,9 @@
                                      (string (string-to-number
                                               (nth 13 fields) 16)))))))))))
 
+;; Not defined on builds without X, but behind display-graphic-p.
+(declare-function internal-char-font "fontset.c" (position &optional ch))
+
 ;; Return information about how CHAR is displayed at the buffer
 ;; position POS.  If the selected frame is on a graphic display,
 ;; return a cons (FONTNAME . GLYPH-CODE) where GLYPH-CODE is a




reply via email to

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