emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Mon, 20 May 2002 04:04:58 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.384 emacs/src/buffer.c:1.385
*** emacs/src/buffer.c:1.384    Sun May 19 19:12:30 2002
--- emacs/src/buffer.c  Mon May 20 04:04:58 2002
***************
*** 4279,4285 ****
  
    sym = PER_BUFFER_SYMBOL (offset);
    error ("Only %s should be stored in the buffer-local variable %s",
!        type_name, XSYMBOL (sym)->name->data);
  }
  
  
--- 4279,4285 ----
  
    sym = PER_BUFFER_SYMBOL (offset);
    error ("Only %s should be stored in the buffer-local variable %s",
!        type_name, XSTRING (SYMBOL_NAME (sym))->data);
  }
  
  



reply via email to

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