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,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Tue, 15 Jul 2008 18:15:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/15 18:15:19

Index: lisp/info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -b -r1.537 -r1.538
--- lisp/info.el        25 Jun 2008 16:51:33 -0000      1.537
+++ lisp/info.el        15 Jul 2008 18:15:00 -0000      1.538
@@ -3893,7 +3893,7 @@
           ;; This is a serious problem for trying to handle multiple
           ;; frame types at once.  We want this text to be invisible
           ;; on frames that can display the font above.
-          (when (memq (framep (selected-frame)) '(x pc w32 mac))
+          (when (memq (framep (selected-frame)) '(x pc w32 mac ns))
             (add-text-properties (1- (match-beginning 2)) (match-end 2)
                                  '(invisible t front-sticky nil rear-nonsticky 
t)))))
 




reply via email to

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