emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Thu, 03 Mar 2005 08:12:49 -0500

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.218 emacs/lisp/frame.el:1.219
*** emacs/lisp/frame.el:1.218   Fri Feb 25 00:19:41 2005
--- emacs/lisp/frame.el Thu Mar  3 13:12:47 2005
***************
*** 1270,1276 ****
  displays through a window system, because then Emacs does its own
  cursor display.  On a text-only terminal, this is not implemented."
    :init-value (not (or noninteractive
!                      emacs-quick-startup
                       (eq system-type 'ms-dos)
                       (not (memq window-system '(x w32)))))
    :group 'cursor
--- 1270,1276 ----
  displays through a window system, because then Emacs does its own
  cursor display.  On a text-only terminal, this is not implemented."
    :init-value (not (or noninteractive
!                      (if (boundp 'emacs-quick-startup) emacs-quick-startup)
                       (eq system-type 'ms-dos)
                       (not (memq window-system '(x w32)))))
    :group 'cursor




reply via email to

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