summaryrefslogtreecommitdiff
path: root/lisp/ess-julia.el
diff options
context:
space:
mode:
authorAlex Branham <alex.branham@gmail.com>2018-09-18 10:32:17 -0500
committerAlex Branham <alex.branham@gmail.com>2018-09-18 13:20:58 -0500
commitba71173eee28bdb73b1ead63005eac15b9f0e10b (patch)
treed268648b59b384f142ad9889db48a3dd2a78037a /lisp/ess-julia.el
parentab1336f35583a861071c5ac8dfd593b366fff4bf (diff)
Julia: Remove unused basic-offset variables
They don't appear anywhere else in the codebase and aren't in julia-mode.el either. Closes #130
Diffstat (limited to 'lisp/ess-julia.el')
-rw-r--r--lisp/ess-julia.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ess-julia.el b/lisp/ess-julia.el
index 132c3b1..514749a 100644
--- a/lisp/ess-julia.el
+++ b/lisp/ess-julia.el
@@ -363,8 +363,6 @@ to look up any doc strings."
"Syntax table used for completion and help symbol lookup.
It makes underscores and dots word constituent chars.")
-(defvar ess-julia-basic-offset 4)
-
;;;###autoload
(define-derived-mode ess-julia-mode julia-mode "ESS[julia]"
"Major mode for editing julia source. See `ess-mode' for more help."