Skip to content

Commit cf5c97b

Browse files
musvaagemmaechler
authored andcommitted
escape
1 parent 09df73c commit cf5c97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/ess-custom.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ process. If a symbol, the symbol's value should be a directory.
329329
For example, the following setting would always start the process
330330
in the directory of the current file:
331331
332-
(setq ess-startup-directory 'default-directory)
332+
(setq ess-startup-directory \\='default-directory)
333333
334334
If `ess-startup-directory' is nil (the default) and
335335
`ess-startup-directory-function' is non-nil, the value returned

0 commit comments

Comments
 (0)