/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

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

revision 1.1068 by kfstorm, Fri Nov 11 15:33:23 2005 UTC revision 1.1069 by rms, Sun Dec 11 15:37:00 2005 UTC
# Line 23632  go back to their normal size.  */); Line 23632  go back to their normal size.  */);
23632  Each element has the form (ON-STATE . OFF-STATE).  Whenever the  Each element has the form (ON-STATE . OFF-STATE).  Whenever the
23633  `cursor-type' frame-parameter or variable equals ON-STATE,  `cursor-type' frame-parameter or variable equals ON-STATE,
23634  comparing using `equal', Emacs uses OFF-STATE to specify  comparing using `equal', Emacs uses OFF-STATE to specify
23635  how to blink it off.  */);  how to blink it off.  ON-STATE and OFF-STATE are values for
23636    the `cursor-type' frame parameter.
23637    
23638    If a frame's ON-STATE has no entry in this list,
23639    the frame's other specifications determine how to blink the cursor off.  */);
23640    Vblink_cursor_alist = Qnil;    Vblink_cursor_alist = Qnil;
23641    
23642    DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p,    DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p,

Legend:
Removed from v.1.1068  
changed lines
  Added in v.1.1069

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