emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Fri, 12 Jul 2002 07:19:09 -0400

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.177 emacs/src/print.c:1.178
*** emacs/src/print.c:1.177     Thu Jul 11 10:14:17 2002
--- emacs/src/print.c   Fri Jul 12 07:19:09 2002
***************
*** 967,982 ****
    tail = Fcdr_safe (data);
    GCPRO1 (tail);
  
-   /* If we know from where the error was signaled, show it in
-      *Messages*.  */
-   if (!NILP (Vsignaling_function) && SYMBOLP (Vsignaling_function))
-     {
-       char *name = XSTRING (SYMBOL_NAME (Vsignaling_function))->data;
-       message_dolog (name, strlen (name), 0, 0);
-       message_dolog (": ", 2, 0, 0);
-       Vsignaling_function = Qnil;
-     }
- 
    /* For file-error, make error message by concatenating
       all the data items.  They are all strings.  */
    if (!NILP (file_error) && CONSP (tail))
--- 967,972 ----



reply via email to

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