changeset 80227:9f11056bc03a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 27 Feb 2008 16:24:08 +0000
parents 45099af37ea3
children 17880c139caa
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 27 16:20:33 2008 +0000
+++ b/lisp/ChangeLog	Wed Feb 27 16:24:08 2008 +0000
@@ -1,7 +1,13 @@
+2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
+
+	* uniquify.el (uniquify-buffer-base-name): If the base name is an
+	empty string, return nil to allow the caller to default to the
+	buffer name.
+
 2008-02-26  Jason Rumney  <jasonr@gnu.org>
 
 	* files.el (make-auto-save-file-name): Encode more characters in
-	non-file buffer names. Use url-encoding.
+	non-file buffer names.  Use url-encoding.
 
 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>