diff lisp/doc-view.el @ 85856:a26944b15c75

(doc-view-cache-directory): Remove superfluous concat.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Nov 2007 03:53:32 +0000
parents cf0d3de08293
children 19784f7db0ef
line wrap: on
line diff
--- a/lisp/doc-view.el	Thu Nov 01 03:52:26 2007 +0000
+++ b/lisp/doc-view.el	Thu Nov 01 03:53:32 2007 +0000
@@ -157,7 +157,7 @@
   :group 'doc-view)
 
 (defcustom doc-view-cache-directory
-  (expand-file-name (concat "docview" (format "%d" (user-uid)))
+  (expand-file-name (format "docview%d" (user-uid))
 		    temporary-file-directory)
   "The base directory, where the PNG images will be saved."
   :type 'directory