/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.431 by miles, Fri Jun 10 08:58:53 2005 UTC revision 1.432 by lektu, Thu Jun 16 16:07:02 2005 UTC
# Line 83  The Lisp code is executed when the node Line 83  The Lisp code is executed when the node
83    :group 'info)    :group 'info)
84    
85  (defface info-xref  (defface info-xref
86    '((((min-colors 88)    '((((min-colors 88)
87        (class color) (background light)) :foreground "blue1" :underline t)        (class color) (background light)) :foreground "blue1" :underline t)
88      (((class color) (background light)) :foreground "blue" :underline t)      (((class color) (background light)) :foreground "blue" :underline t)
89      (((min-colors 88)      (((min-colors 88)
90        (class color) (background dark)) :foreground "cyan1" :underline t)        (class color) (background dark)) :foreground "cyan1" :underline t)
91      (((class color) (background dark)) :foreground "cyan" :underline t)      (((class color) (background dark)) :foreground "cyan" :underline t)
92      (t :underline t))      (t :underline t))
# Line 1272  any double quotes or backslashes must be Line 1272  any double quotes or backslashes must be
1272  ;; Hide any construct of the general form ^@[^@-^_][ ...  ^@[^@-^_]],  ;; Hide any construct of the general form ^@[^@-^_][ ...  ^@[^@-^_]],
1273  ;; including one optional trailing newline.  ;; including one optional trailing newline.
1274  (defun Info-hide-cookies-node ()  (defun Info-hide-cookies-node ()
1275    "Hide unrecognised cookies in current node."    "Hide unrecognized cookies in current node."
1276    (save-excursion    (save-excursion
1277      (let ((inhibit-read-only t)      (let ((inhibit-read-only t)
1278            (case-fold-search t))            (case-fold-search t))

Legend:
Removed from v.1.431  
changed lines
  Added in v.1.432

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26