[Mlir-commits] [mlir] 18a0152 - [mlir] Fix a typo to load lsp-mode correctly.
Okwan Kwon
llvmlistbot at llvm.org
Wed Apr 13 17:04:51 PDT 2022
Author: Okwan Kwon
Date: 2022-04-14T00:04:40Z
New Revision: 18a01527eab65926405bad45a9be287677303b4c
URL: https://github.com/llvm/llvm-project/commit/18a01527eab65926405bad45a9be287677303b4c
DIFF: https://github.com/llvm/llvm-project/commit/18a01527eab65926405bad45a9be287677303b4c.diff
LOG: [mlir] Fix a typo to load lsp-mode correctly.
Differential Revision: https://reviews.llvm.org/D123745
Added:
Modified:
mlir/utils/emacs/mlir-lsp-client.el
Removed:
################################################################################
diff --git a/mlir/utils/emacs/mlir-lsp-client.el b/mlir/utils/emacs/mlir-lsp-client.el
index b3b1e471f15ae..09dfa835deccd 100644
--- a/mlir/utils/emacs/mlir-lsp-client.el
+++ b/mlir/utils/emacs/mlir-lsp-client.el
@@ -20,7 +20,7 @@
;; user made compatible server.
;;; Code:
-(require 'lsp-mod)
+(require 'lsp-mode)
(defgroup lsp-mlir nil
"LSP support for MLIR."
More information about the Mlir-commits
mailing list