emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Mon, 11 Feb 2002 02:06:55 -0500

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.42 emacs/lisp/cus-start.el:1.43
*** emacs/lisp/cus-start.el:1.42        Tue Feb  5 03:08:30 2002
--- emacs/lisp/cus-start.el     Mon Feb 11 02:06:55 2002
***************
*** 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]