You tell me, your the expert. This line in my config used to work and all of the sudden it doesn't work anymore. 

(defconst emacs-tmp-dir
   (format "%s%s%s/" temporary-file-directory "emacs" user-uid))                                                                                                                             





# Han
-- 


On Sun, Aug 3, 2014 at 12:45 AM, Glenn Morris <rgm@gnu.org> wrote:
Han Boetes wrote:

> c-h v user-uid shows this variable is no longer set.

user-uid is a function, not a variable?