emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Thu, 16 Jun 2005 12:07:02 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.431 emacs/lisp/info.el:1.432
*** emacs/lisp/info.el:1.431    Fri Jun 10 08:58:53 2005
--- emacs/lisp/info.el  Thu Jun 16 16:07:02 2005
***************
*** 83,92 ****
    :group 'info)
  
  (defface info-xref
!   '((((min-colors 88) 
        (class color) (background light)) :foreground "blue1" :underline t)
      (((class color) (background light)) :foreground "blue" :underline t)
!     (((min-colors 88) 
        (class color) (background dark)) :foreground "cyan1" :underline t)
      (((class color) (background dark)) :foreground "cyan" :underline t)
      (t :underline t))
--- 83,92 ----
    :group 'info)
  
  (defface info-xref
!   '((((min-colors 88)
        (class color) (background light)) :foreground "blue1" :underline t)
      (((class color) (background light)) :foreground "blue" :underline t)
!     (((min-colors 88)
        (class color) (background dark)) :foreground "cyan1" :underline t)
      (((class color) (background dark)) :foreground "cyan" :underline t)
      (t :underline t))
***************
*** 1272,1278 ****
  ;; Hide any construct of the general form address@hidden@-^_][ ...  
address@hidden@-^_]],
  ;; including one optional trailing newline.
  (defun Info-hide-cookies-node ()
!   "Hide unrecognised cookies in current node."
    (save-excursion
      (let ((inhibit-read-only t)
          (case-fold-search t))
--- 1272,1278 ----
  ;; Hide any construct of the general form address@hidden@-^_][ ...  
address@hidden@-^_]],
  ;; including one optional trailing newline.
  (defun Info-hide-cookies-node ()
!   "Hide unrecognized cookies in current node."
    (save-excursion
      (let ((inhibit-read-only t)
          (case-fold-search t))




reply via email to

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