diff src/buffer.c @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 3d6bfa290dbd
children e45d5e7c476e
line wrap: on
line diff
--- a/src/buffer.c	Mon Aug 13 10:01:24 2007 +0200
+++ b/src/buffer.c	Mon Aug 13 10:02:21 2007 +0200
@@ -401,12 +401,12 @@
    and don't ever QUIT.  */
 
 static Lisp_Object
-assoc_ignore_text_properties (register Lisp_Object key, Lisp_Object list)
+assoc_ignore_text_properties (REGISTER Lisp_Object key, Lisp_Object list)
 {
-  register Lisp_Object tail;
+  REGISTER Lisp_Object tail;
   for (tail = list; !NILP (tail); tail = Fcdr (tail))
     {
-      register Lisp_Object elt, tem;
+      REGISTER Lisp_Object elt, tem;
       elt = Fcar (tail);
       tem = Fstring_equal (Fcar (elt), key);
       if (!NILP (tem))
@@ -2005,9 +2005,9 @@
   /* FSF Emacs has the following additional doc at the end of
      before-change-functions and after-change-functions:
 
-That's because these variables are temporarily set to nil.\n\
-As a result, a hook function cannot straightforwardly alter the value of\n\
-these variables.  See the Emacs Lisp manual for a way of\n\
+That's because these variables are temporarily set to nil.
+As a result, a hook function cannot straightforwardly alter the value of
+these variables.  See the Emacs Lisp manual for a way of
 accomplishing an equivalent result by using other variables.
 
      But this doesn't apply under XEmacs because things are