branch: externals/ess commit 9f5cced1b00266e74184a126f26c40afb6e229e6 Author: Martin Maechler <maech...@r-project.org> Commit: Martin Maechler <maech...@r-project.org>
drop one ' fixing #1285 --- lisp/ess-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ess-custom.el b/lisp/ess-custom.el index f81b67872c..32e69eaf6b 100644 --- a/lisp/ess-custom.el +++ b/lisp/ess-custom.el @@ -329,7 +329,7 @@ process. If a symbol, the symbol's value should be a directory. For example, the following setting would always start the process in the directory of the current file: - (setq ess-startup-directory ''default-directory) + (setq ess-startup-directory 'default-directory) If `ess-startup-directory' is nil (the default) and `ess-startup-directory-function' is non-nil, the value returned