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
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs