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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Sun, 10 Jul 2005 12:36:04 -0400

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.223 emacs/lisp/frame.el:1.224
*** emacs/lisp/frame.el:1.223   Mon Jul  4 23:08:54 2005
--- emacs/lisp/frame.el Sun Jul 10 16:36:04 2005
***************
*** 1256,1265 ****
  This timer calls `blink-cursor-timer-function' every
  `blink-cursor-interval' seconds.")
  
- ;; We do not know the standard _evaluated_ value yet, because the standard
- ;; expression uses values that are not yet set.  The correct evaluated
- ;; standard value will be installed in startup.el using exactly the same
- ;; expression as in the defcustom.
  (define-minor-mode blink-cursor-mode
    "Toggle blinking cursor mode.
  With a numeric argument, turn blinking cursor mode on iff ARG is positive.
--- 1256,1261 ----
***************
*** 1270,1278 ****
  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
    :global t
    (if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer))
--- 1266,1275 ----
  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
!                      no-blinking-cursor
                       (eq system-type 'ms-dos)
                       (not (memq window-system '(x w32)))))
+   :initialize 'custom-initialize-safe-default
    :group 'cursor
    :global t
    (if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer))




reply via email to

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