comparison lisp/frame.el @ 83652:5b644ae74c91

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:51:08 +0000
parents 65663fcd2caa e5a68f18fcb9
children 54a50419f5fe
comparison
equal deleted inserted replaced
83651:47230f3f349b 83652:5b644ae74c91
1450 (cancel-timer blink-cursor-timer) 1450 (cancel-timer blink-cursor-timer)
1451 (setq blink-cursor-timer nil))) 1451 (setq blink-cursor-timer nil)))
1452 1452
1453 (define-minor-mode blink-cursor-mode 1453 (define-minor-mode blink-cursor-mode
1454 "Toggle blinking cursor mode. 1454 "Toggle blinking cursor mode.
1455 With a numeric argument, turn blinking cursor mode on iff ARG is positive. 1455 With a numeric argument, turn blinking cursor mode on if ARG is positive,
1456 When blinking cursor mode is enabled, the cursor of the selected 1456 otherwise turn it off. When blinking cursor mode is enabled, the
1457 window blinks. 1457 cursor of the selected window blinks.
1458 1458
1459 Note that this command is effective only when Emacs 1459 Note that this command is effective only when Emacs
1460 displays through a window system, because then Emacs does its own 1460 displays through a window system, because then Emacs does its own
1461 cursor display. On a text-only terminal, this is not implemented." 1461 cursor display. On a text-only terminal, this is not implemented."
1462 :init-value (not (or noninteractive 1462 :init-value (not (or noninteractive