emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Sat, 20 Apr 2002 09:32:13 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.307 emacs/src/fns.c:1.308
*** emacs/src/fns.c:1.307       Fri Apr 12 01:50:50 2002
--- emacs/src/fns.c     Sat Apr 20 09:32:12 2002
***************
*** 5464,5470 ****
  
    DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
      doc: /* *Non-nil means mouse commands use dialog boxes to ask questions.
! This applies to y-or-n and yes-or-no questions asked by commands
  invoked by mouse clicks and mouse menu items.  */);
    use_dialog_box = 1;
  
--- 5464,5470 ----
  
    DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
      doc: /* *Non-nil means mouse commands use dialog boxes to ask questions.
! This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands
  invoked by mouse clicks and mouse menu items.  */);
    use_dialog_box = 1;
  



reply via email to

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