aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-05-10 09:35:14 +0000
committerDave Love2000-05-10 09:35:14 +0000
commitac4c2e6b4de4e639a7d3e045b78acc96544842ca (patch)
treedd589813d17ca5b5ff5922417cad36cc69544cb3
parent0623e40fa0551c8bf363cb41f73a8ca6562244af (diff)
downloademacs-ac4c2e6b4de4e639a7d3e045b78acc96544842ca.tar.gz
emacs-ac4c2e6b4de4e639a7d3e045b78acc96544842ca.zip
Fix make-obsolete for internal-get-face.
-rw-r--r--lisp/faces.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 36d95cafe71..67df06d0900 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -170,7 +170,7 @@ This function is defined for compatibility with Emacs 20.2. It
170should not be used anymore." 170should not be used anymore."
171 (or (internal-find-face name frame) 171 (or (internal-find-face name frame)
172 (check-face name))) 172 (check-face name)))
173(make-obsolete 'internal-find-face "See `facep' and `check-face'.") 173(make-obsolete 'internal-get-face "See `facep' and `check-face'.")
174 174
175 175
176;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 176;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -1725,7 +1725,7 @@ created."
1725 1725
1726(defun x-resolve-font-name (pattern &optional face frame) 1726(defun x-resolve-font-name (pattern &optional face frame)
1727 "Return a font name matching PATTERN. 1727 "Return a font name matching PATTERN.
1728All wildcards in PATTERN become substantiated. 1728All wildcards in PATTERN are instantiated.
1729If PATTERN is nil, return the name of the frame's base font, which never 1729If PATTERN is nil, return the name of the frame's base font, which never
1730contains wildcards. 1730contains wildcards.
1731Given optional arguments FACE and FRAME, return a font which is 1731Given optional arguments FACE and FRAME, return a font which is