emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Thu, 27 Jun 2002 12:09:19 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.267 emacs/lisp/faces.el:1.268
*** emacs/lisp/faces.el:1.267   Thu Jun 27 03:14:52 2002
--- emacs/lisp/faces.el Thu Jun 27 12:09:19 2002
***************
*** 196,208 ****
  If the optional argument FRAME is given, this gets the face NAME for
  that frame; otherwise, it uses the selected frame.
  If FRAME is the symbol t, then the global, non-frame face is 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."
    (or (facep name)
        (check-face name)))
! (make-obsolete 'internal-get-face "See `facep' and `check-face'." "21.1")
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 196,205 ----
  If the optional argument FRAME is given, this gets the face NAME for
  that frame; otherwise, it uses the selected frame.
  If FRAME is the symbol t, then the global, non-frame face is returned.
! If NAME is already a face, it is simply returned."
    (or (facep name)
        (check-face name)))
! (make-obsolete 'internal-get-face "see `facep' and `check-face'." "21.1")
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
***************
*** 1755,1761 ****
  ;; Update a frame's faces when we change its default font.
  
  (defalias 'frame-update-faces 'ignore)
! (make-obsolete 'frame-update-faces "No longer necessary" "21.1")
  
  ;; Update the colors of FACE, after FRAME's own colors have been
  ;; changed.
--- 1752,1758 ----
  ;; Update a frame's faces when we change its default font.
  
  (defalias 'frame-update-faces 'ignore)
! (make-obsolete 'frame-update-faces "no longer necessary." "21.1")
  
  ;; Update the colors of FACE, after FRAME's own colors have been
  ;; changed.



reply via email to

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