diff options
author | Glenn Morris <rgm@gnu.org> | 2016-01-12 20:49:34 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-01-12 20:49:34 -0500 |
commit | 1b7e681292c39649663759ad3d30965c2130794c (patch) | |
tree | 7cec855f40dd8fc33e57454d2c7f3baac9b396f8 /lisp/descr-text.el | |
parent | 30d465b0601fabf5400646a057cdc077d4866759 (diff) | |
download | emacs-1b7e681292c39649663759ad3d30965c2130794c.tar.gz |
Fix some declarations.
* lisp/descr-text.el (internal-char-font):
* lisp/cedet/mode-local.el (xref-item-location):
* lisp/gnus/mml-smime.el (epg-key-sub-key-list)
(epg-sub-key-capability, epg-sub-key-validity):
* lisp/international/mule-util.el (internal-char-font):
Fix declarations.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index dcc697e1b9a..a352ed0849c 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -322,7 +322,7 @@ This function is semi-obsolete. Use `get-char-code-property'." (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)) +(declare-function internal-char-font "font.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, |