diff lisp/ChangeLog @ 112208:f78d631cd428

* doc-view.el (doc-view-open-text): Use meaningful text buffer name. Keep original document's directory as default-directory (bug#6446).
author Tassilo Horn <tassilo@member.fsf.org>
date Thu, 13 Jan 2011 20:48:26 +0100
parents 86a21f19b9e6
children 4a44f74c4f7c
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 13 19:58:28 2011 +0100
+++ b/lisp/ChangeLog	Thu Jan 13 20:48:26 2011 +0100
@@ -1,5 +1,9 @@
 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
 
+	* doc-view.el (doc-view-open-text): Use meaningful text buffer
+	name.  Keep original document's directory as default-directory
+	(bug#6446).
+
 	* simple.el (shell-command): Don't error out if shell command
 	buffer contains text with non-nil read-only property when erasing
 	the buffer.