Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!EW09.NAS.NASA.GOV!raible From: raible@EW09.NAS.NASA.GOV (Eric L. Raible) Newsgroups: gnu.emacs.bug Subject: basic-save-buffer Message-ID: <8901051901.AA09862@ew09.nas.nasa.gov> Date: 5 Jan 89 19:01:46 GMT Sender: news@tut.cis.ohio-state.edu Reply-To: raible@orville.nas.nasa.gov Organization: GNUs Not Usenet Lines: 12 In GNU Emacs 18.52.5 of Tue Nov 8 1988 on ew09 (silicon-graphics-unix) Line 671: (yes-or-no-p "Disk file has changed since visited or saved. Save anyway? ") should be something like: (yes-or-no-p (format "Disk file %s has changed since visited or saved. Save anyway? " (file-name-nondirectory buffer-file-name)))