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: Eli Zaretskii
Subject: Re: x-use-underline-position-properties
Date: Sat, 09 Feb 2002 11:53:14 +0200

> Date: Thu, 7 Feb 2002 07:57:16 -0700 (MST)
> From: Richard Stallman <address@hidden>
> 
>     I can easily eliminate the warning for the DOS port, by declaring the
>     variable in some DOS-specific file, but is that the right way to solve
>     this, and what should we do to avoid the warning in the Unix version
>     compiled without X support?
> 
> Define the variable (and the other two) in some system-independent
> file such as bindings.el?

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))))
      (if (not (boundp symbol))
        ;; If variables are removed from C code, give an error here!



reply via email to

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