emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hcel dda5e70486 1/3: typo


From: ELPA Syncer
Subject: [elpa] externals/hcel dda5e70486 1/3: typo
Date: Fri, 23 Sep 2022 00:57:44 -0400 (EDT)

branch: externals/hcel
commit dda5e704863196d8cafa4071fcf7daa3bb5928cf
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    typo
---
 hcel-source.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/hcel-source.el b/hcel-source.el
index dbc2ca2e3a..bacb40f905 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]