emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/doc-view.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/doc-view.el,v
Date: Thu, 01 Nov 2007 03:53:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/01 03:53:32

Index: doc-view.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/doc-view.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- doc-view.el 31 Oct 2007 21:17:31 -0000      1.17
+++ doc-view.el 1 Nov 2007 03:53:32 -0000       1.18
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]