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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Mon, 07 Mar 2005 21:55:40 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.302 emacs/lisp/faces.el:1.303
*** emacs/lisp/faces.el:1.302   Sat Feb 19 13:26:00 2005
--- emacs/lisp/faces.el Tue Mar  8 02:55:39 2005
***************
*** 225,231 ****
  
  (defun face-id (face &optional frame)
    "Return the internal ID of face with name FACE.
! If optional argument FRAME is nil or omitted, use the selected frame."
    (check-face face)
    (get face 'face))
  
--- 225,232 ----
  
  (defun face-id (face &optional frame)
    "Return the internal ID of face with name FACE.
! The optional argument FRAME is ignored, since the internal face ID
! of a face name is the same for all frames."
    (check-face face)
    (get face 'face))
  




reply via email to

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