/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.493 by rfrancoise, Wed Oct 12 10:14:41 2005 UTC revision 1.494 by kfstorm, Thu Oct 20 15:02:52 2005 UTC
# Line 485  static void Line 485  static void
485  clone_per_buffer_values (from, to)  clone_per_buffer_values (from, to)
486       struct buffer *from, *to;       struct buffer *from, *to;
487  {  {
488    Lisp_Object to_buffer, tem;    Lisp_Object to_buffer;
489    int offset;    int offset;
490    
491    XSETBUFFER (to_buffer, to);    XSETBUFFER (to_buffer, to);
# Line 5112  void Line 5112  void
5112  init_buffer ()  init_buffer ()
5113  {  {
5114    char *pwd;    char *pwd;
   struct stat dotstat, pwdstat;  
5115    Lisp_Object temp;    Lisp_Object temp;
5116    int len;    int len;
5117    

Legend:
Removed from v.1.493  
changed lines
  Added in v.1.494

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26