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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Fri, 04 Mar 2005 23:32:30 -0500

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.219 emacs/lisp/frame.el:1.220
*** emacs/lisp/frame.el:1.219   Thu Mar  3 13:12:47 2005
--- emacs/lisp/frame.el Sat Mar  5 04:32:30 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
!                      (if (boundp 'emacs-quick-startup) 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 'no-blinking-cursor) no-blinking-cursor)
                       (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]