summaryrefslogtreecommitdiff
path: root/lisp/ess-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ess-custom.el')
-rw-r--r--lisp/ess-custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ess-custom.el b/lisp/ess-custom.el
index 39d2c88..84d26a2 100644
--- a/lisp/ess-custom.el
+++ b/lisp/ess-custom.el
@@ -1322,7 +1322,7 @@ these values, use the customize interface. See the documentation
of each variable for its meaning."
:group 'ess-edit
:type 'alist
- :initialize 'custom-initialize-set
+ :initialize #'custom-initialize-set
:set (lambda (symbol value)
(set symbol value)
(ess-add-style 'OWN value)))