emacs-devel
[Top][All Lists]
Advanced

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

Re: x-use-underline-position-properties


From: Richard Stallman
Subject: Re: x-use-underline-position-properties
Date: Sun, 10 Feb 2002 19:08:44 -0700 (MST)

    Is what's below okay to install?

    Index: lisp/cus-start.el
    ===================================================================
    RCS file: /cvs/emacs/lisp/cus-start.el,v
    retrieving revision 1.42
    diff -c -r1.42 cus-start.el
    *** lisp/cus-start.el       5 Feb 2002 08:08:30 -0000       1.42
    --- lisp/cus-start.el       9 Feb 2002 09:51:32 -0000
    ***************
    *** 284,289 ****
    --- 284,291 ----
                           (eq system-type 'ms-dos))
                          ((string-match "\\`w32-" (symbol-name symbol))
                           (eq system-type 'windows-nt))
    +                 ((string-match "\\`x-" (symbol-name symbol))
    +                  (fboundp 'x-create-frame))
                          (t t))))

Ok.



reply via email to

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