Mercurial > emacs
changeset 38640:3ad03111e566
uniquify.el
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 14:39:28 +0000 |
parents | d7598641f4bf |
children | 2e6dd0de246f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 01 14:10:44 2001 +0000 +++ b/lisp/ChangeLog Wed Aug 01 14:39:28 2001 +0000 @@ -3,6 +3,8 @@ * uniquify.el (uniquify-rationalize-file-buffer-names): Add an explicit test for " **lose**" buffers generated by find-alternate-file to avoid an error in particular conditions. + (uniquify-rationalize-file-buffer-names): Reshuffled the code for + clarity and speed (?). 2001-08-01 Gerd Moellmann <gerd@gnu.org>