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: Tue, 21 Dec 2004 18:58:56 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.295 emacs/lisp/faces.el:1.296
*** emacs/lisp/faces.el:1.295   Mon Dec 13 19:29:33 2004
--- emacs/lisp/faces.el Tue Dec 21 11:37:25 2004
***************
*** 2031,2038 ****
  
  (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)
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 2031,2038 ----
  
  (defface escape-glyph '((((background dark)) :foreground "cyan")
                        (((type pc)) :foreground "magenta")
!                       (t :foreground "blue"))
!   "Face for characters displayed as ^-sequences or \-sequences."
    :group 'basic-faces)
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;




reply via email to

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