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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el [lexbind]
Date: Wed, 08 Dec 2004 19:35:36 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.266.2.9 emacs/lisp/faces.el:1.266.2.10
*** emacs/lisp/faces.el:1.266.2.9       Thu Sep 16 00:14:58 2004
--- emacs/lisp/faces.el Wed Dec  8 23:36:18 2004
***************
*** 2021,2027 ****
    :group 'font-lock                   ; like `show-trailing-whitespace'
    :group 'basic-faces)
  
! 
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;; Manipulating font names.
--- 2021,2031 ----
    :group 'font-lock                   ; like `show-trailing-whitespace'
    :group 'basic-faces)
  
! (defface escape-glyph '((((background dark)) :foreground "cyan")
!                       (((type pc)) :foreground "magenta")
!                       (t :foreground "dark blue"))
!   "Face for displaying \\ and ^ in multichar glyphs."
!   :group 'basic-faces)
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;;; Manipulating font names.




reply via email to

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