emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Mon, 12 Sep 2005 06:26:15 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.396 emacs/src/editfns.c:1.397
*** emacs/src/editfns.c:1.396   Sun Sep  4 01:07:27 2005
--- emacs/src/editfns.c Mon Sep 12 10:26:15 2005
***************
*** 2857,2862 ****
--- 2857,2864 ----
        {
          if (tt)
            {
+             /* Reload as signal_after_change in last iteration may GC.  */
+             tt = SDATA (table);
              if (string_multibyte)
                {
                  str = tt + string_char_to_byte (table, oc);
***************
*** 3118,3125 ****
  The first argument is a format control string, and the rest are data
  to be formatted under control of the string.  See `format' for details.
  
! If the first argument is nil, the function clears any existing message;
! this lets the minibuffer contents show.  See also `current-message'.
  
  usage: (message STRING &rest ARGS)  */)
       (nargs, args)
--- 3120,3128 ----
  The first argument is a format control string, and the rest are data
  to be formatted under control of the string.  See `format' for details.
  
! If the first argument is nil or the empty string, the function clears
! any existing message; this lets the minibuffer contents show.  See
! also `current-message'.
  
  usage: (message STRING &rest ARGS)  */)
       (nargs, args)
***************
*** 3148,3155 ****
  The first argument is a format control string, and the rest are data
  to be formatted under control of the string.  See `format' for details.
  
! If the first argument is nil, clear any existing message; let the
! minibuffer contents show.
  
  usage: (message-box STRING &rest ARGS)  */)
       (nargs, args)
--- 3151,3158 ----
  The first argument is a format control string, and the rest are data
  to be formatted under control of the string.  See `format' for details.
  
! If the first argument is nil or the empty string, clear any existing
! message; let the minibuffer contents show.
  
  usage: (message-box STRING &rest ARGS)  */)
       (nargs, args)
***************
*** 3210,3217 ****
  The first argument is a format control string, and the rest are data
  to be formatted under control of the string.  See `format' for details.
  
! If the first argument is nil, clear any existing message; let the
! minibuffer contents show.
  
  usage: (message-or-box STRING &rest ARGS)  */)
       (nargs, args)
--- 3213,3220 ----
  The first argument is a format control string, and the rest are data
  to be formatted under control of the string.  See `format' for details.
  
! If the first argument is nil or the empty string, clear any existing
! message; let the minibuffer contents show.
  
  usage: (message-or-box STRING &rest ARGS)  */)
       (nargs, args)




reply via email to

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