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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Sat, 10 Sep 2005 10:04:18 -0400

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.489 emacs/src/buffer.c:1.490
*** emacs/src/buffer.c:1.489    Sat Sep 10 11:30:06 2005
--- emacs/src/buffer.c  Sat Sep 10 14:04:18 2005
***************
*** 50,57 ****
  #include "keymap.h"
  #include "frame.h"
  
- extern char * get_current_dir_name ();
- 
  struct buffer *current_buffer;                /* the current buffer */
  
  /* First buffer in chain of all buffers (in reverse order of creation).
--- 50,55 ----
***************
*** 5136,5144 ****
      Fset_buffer_multibyte (Qnil);
  
    pwd = get_current_dir_name ();
!  
    if(!pwd)
!     fatal ("`get_cwd' failed: %s\n", strerror (errno)); 
  
  #ifndef VMS
    /* Maybe this should really use some standard subroutine
--- 5134,5142 ----
      Fset_buffer_multibyte (Qnil);
  
    pwd = get_current_dir_name ();
! 
    if(!pwd)
!     fatal ("`get_current_dir_name' failed: %s\n", strerror (errno));
  
  #ifndef VMS
    /* Maybe this should really use some standard subroutine




reply via email to

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