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: Mon, 22 Apr 2002 18:45:12 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.308 emacs/src/fns.c:1.309
*** emacs/src/fns.c:1.308       Sat Apr 20 09:32:12 2002
--- emacs/src/fns.c     Mon Apr 22 18:45:12 2002
***************
*** 2973,2979 ****
        {
        Lisp_Object pargs[3];
  
!       /* Colorize prompt accordingly to `minibuffer-prompt-face'.  */
        pargs[0] = build_string ("%s(y or n) ");
        pargs[1] = intern ("face");
        pargs[2] = intern ("minibuffer-prompt");
--- 2973,2979 ----
        {
        Lisp_Object pargs[3];
  
!       /* Colorize prompt accordingly to `minibuffer-prompt' face.  */
        pargs[0] = build_string ("%s(y or n) ");
        pargs[1] = intern ("face");
        pargs[2] = intern ("minibuffer-prompt");



reply via email to

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