diff options
| author | Vitalie Spinu <spinuvit@gmail.com> | 2018-02-04 17:29:51 +0100 |
|---|---|---|
| committer | Vitalie Spinu <spinuvit@gmail.com> | 2018-02-04 17:29:51 +0100 |
| commit | 5610c938257fe68fe0dca0ca7fb9d6dac316daeb (patch) | |
| tree | fe13e2940eaaaba6be33bbcd307f06c6505ed896 /lisp/ess-r-syntax.el | |
| parent | 5b2b85b7558b7a3133ac94573a1f6f9b54abac10 (diff) | |
Fix a range of byte-compile warnings
Diffstat (limited to 'lisp/ess-r-syntax.el')
| -rw-r--r-- | lisp/ess-r-syntax.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ess-r-syntax.el b/lisp/ess-r-syntax.el index fc39274..bc4cee4 100644 --- a/lisp/ess-r-syntax.el +++ b/lisp/ess-r-syntax.el @@ -111,6 +111,7 @@ be advised" (ess-back-to-indentation) (progn ,@body))) +(defvar containing-sexp) (defmacro ess-at-containing-sexp (&rest body) (declare (indent 0) (debug (&rest form))) |
