> From: [EMAIL PROTECTED] > Date: Mon, 4 Feb 2008 14:08:04 -0500 > > Hello there, > > in my ".emacs" file I have: > > (setq dired-recursive-copies "always")
(setq dired-recursive-copies 'always) (It should be a symbol, not a string.)
> From: [EMAIL PROTECTED] > Date: Mon, 4 Feb 2008 14:08:04 -0500 > > Hello there, > > in my ".emacs" file I have: > > (setq dired-recursive-copies "always")
(setq dired-recursive-copies 'always) (It should be a symbol, not a string.)