From dda5e704863196d8cafa4071fcf7daa3bb5928cf Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 21 Sep 2022 15:40:51 +1000 Subject: typo --- hcel-source.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hcel-source.el b/hcel-source.el index dbc2ca2..bacb40f 100644 --- a/hcel-source.el +++ b/hcel-source.el @@ -19,12 +19,12 @@ (require 'hcel-client) -(setq-local hcel-identifiers nil) -(setq-local hcel-declarations nil) -(setq-local hcel-occurrences nil) -(setq-local hcel-package-id nil) -(setq-local hcel-module-path nil) -(setq-local hcel-highlight-id nil) +(defvar-local hcel-identifiers nil) +(defvar-local hcel-declarations nil) +(defvar-local hcel-occurrences nil) +(defvar-local hcel-package-id nil) +(defvar-local hcel-module-path nil) +(defvar-local hcel-highlight-id nil) (define-derived-mode hcel-mode special-mode "hcel" "Major mode for exploring Haskell codebases" -- cgit v1.2.3