mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 07:51:17 -08:00
(find-alternate-file): Undo last change.
This commit is contained in:
parent
e956c60936
commit
37c58ca655
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2003-02-13 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* files.el (find-alternate-file): Undo last change.
|
||||
|
||||
* dired.el (dired-directory): Add autoload cookie.
|
||||
|
||||
2003-02-13 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* international/characters.el: Use new ?\s syntax instead of "? "
|
||||
|
|
|
|||
|
|
@ -938,7 +938,7 @@ If the current buffer now contains an empty file that you just visited
|
|||
(let ((obuf (current-buffer))
|
||||
(ofile buffer-file-name)
|
||||
(onum buffer-file-number)
|
||||
(odir (bound-and-true-p dired-directory))
|
||||
(odir dired-directory)
|
||||
(otrue buffer-file-truename)
|
||||
(oname (buffer-name)))
|
||||
(if (get-buffer " **lose**")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue