Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!weeks%ucbpopuli.CC@ucb-vax.arpa From: weeks%ucbpopuli.CC@ucb-vax.arpa Newsgroups: net.emacs Subject: Bug in ChangeDirectory(). Message-ID: <13659@sri-arpa.UUCP> Date: Mon, 21-Nov-83 01:32:44 EST Article-I.D.: sri-arpa.13659 Posted: Mon Nov 21 01:32:44 1983 Date-Received: Thu, 17-Nov-83 07:07:54 EST Lines: 12 From: Harry Weeks In Emacs #85, ChangeDirectory() does not update the value of the static string `curwd' (in `abspath.c'), used by other functions to determine the full pathname of a file. This can be fixed by removing the `static' declaration of the function cdir() in `abspath.c' and changing the call to the function chdir() in ChangeDirectory() to cdir(). Otherwise, "change-directory" is quite useless. Harry Weeks harry@LBL-NMM g.weeks@BERKELEY