emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 11 Dec 2005 10:37:03 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1068 emacs/src/xdisp.c:1.1069
*** emacs/src/xdisp.c:1.1068    Fri Nov 11 15:33:23 2005
--- emacs/src/xdisp.c   Sun Dec 11 15:37:00 2005
***************
*** 23632,23638 ****
  Each element has the form (ON-STATE . OFF-STATE).  Whenever the
  `cursor-type' frame-parameter or variable equals ON-STATE,
  comparing using `equal', Emacs uses OFF-STATE to specify
! how to blink it off.  */);
    Vblink_cursor_alist = Qnil;
  
    DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p,
--- 23632,23642 ----
  Each element has the form (ON-STATE . OFF-STATE).  Whenever the
  `cursor-type' frame-parameter or variable equals ON-STATE,
  comparing using `equal', Emacs uses OFF-STATE to specify
! how to blink it off.  ON-STATE and OFF-STATE are values for
! the `cursor-type' frame parameter.
! 
! If a frame's ON-STATE has no entry in this list,
! the frame's other specifications determine how to blink the cursor off.  */);
    Vblink_cursor_alist = Qnil;
  
    DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p,




reply via email to

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