/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.267 by lektu, Thu Jun 27 07:14:52 2002 UTC revision 1.268 by lektu, Thu Jun 27 16:09:19 2002 UTC
# Line 196  should not be used anymore." Line 196  should not be used anymore."
196  If the optional argument FRAME is given, this gets the face NAME for  If the optional argument FRAME is given, this gets the face NAME for
197  that frame; otherwise, it uses the selected frame.  that frame; otherwise, it uses the selected frame.
198  If FRAME is the symbol t, then the global, non-frame face is returned.  If FRAME is the symbol t, then the global, non-frame face is returned.
199  If NAME is already a face, it is simply returned.  If NAME is already a face, it is simply returned."
   
 This function is defined for compatibility with Emacs 20.2.  It  
 should not be used anymore."  
200    (or (facep name)    (or (facep name)
201        (check-face name)))        (check-face name)))
202  (make-obsolete 'internal-get-face "See `facep' and `check-face'." "21.1")  (make-obsolete 'internal-get-face "see `facep' and `check-face'." "21.1")
203    
204    
205  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
# Line 1755  created." Line 1752  created."
1752  ;; Update a frame's faces when we change its default font.  ;; Update a frame's faces when we change its default font.
1753    
1754  (defalias 'frame-update-faces 'ignore)  (defalias 'frame-update-faces 'ignore)
1755  (make-obsolete 'frame-update-faces "No longer necessary" "21.1")  (make-obsolete 'frame-update-faces "no longer necessary." "21.1")
1756    
1757  ;; Update the colors of FACE, after FRAME's own colors have been  ;; Update the colors of FACE, after FRAME's own colors have been
1758  ;; changed.  ;; changed.

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26