/[emacs]/emacs/lisp/frame.el
ViewVC logotype

Diff of /emacs/lisp/frame.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.219 by monnier, Thu Mar 3 13:12:47 2005 UTC revision 1.220 by jurta, Sat Mar 5 04:32:30 2005 UTC
# Line 1270  Note that this command is effective only Line 1270  Note that this command is effective only
1270  displays through a window system, because then Emacs does its own  displays through a window system, because then Emacs does its own
1271  cursor display.  On a text-only terminal, this is not implemented."  cursor display.  On a text-only terminal, this is not implemented."
1272    :init-value (not (or noninteractive    :init-value (not (or noninteractive
1273                         (if (boundp 'emacs-quick-startup) emacs-quick-startup)                         (if (boundp 'no-blinking-cursor) no-blinking-cursor)
1274                         (eq system-type 'ms-dos)                         (eq system-type 'ms-dos)
1275                         (not (memq window-system '(x w32)))))                         (not (memq window-system '(x w32)))))
1276    :group 'cursor    :group 'cursor

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26