Mercurial > emacs
changeset 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 | 9b7109db46f8 |
children | 84fe4e940d8d |
files | lisp/doc-view.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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