diff options
| author | Alex Branham <alex.branham@gmail.com> | 2018-09-18 10:32:17 -0500 |
|---|---|---|
| committer | Alex Branham <alex.branham@gmail.com> | 2018-09-18 13:20:58 -0500 |
| commit | ba71173eee28bdb73b1ead63005eac15b9f0e10b (patch) | |
| tree | d268648b59b384f142ad9889db48a3dd2a78037a /lisp/ess-julia.el | |
| parent | ab1336f35583a861071c5ac8dfd593b366fff4bf (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.el | 2 |
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." |
