[mlir] Fix a typo to load lsp-mode correctly.
authorOkwan Kwon <okkwon@gmail.com>
Wed, 13 Apr 2022 23:55:43 +0000 (23:55 +0000)
committerOkwan Kwon <okkwon@gmail.com>
Thu, 14 Apr 2022 00:04:40 +0000 (00:04 +0000)
Differential Revision: https://reviews.llvm.org/D123745

mlir/utils/emacs/mlir-lsp-client.el

index b3b1e471f15ae9d3195cc73adea2e7583d6e525a..09dfa835deccdc72e13d1b4dd1c7f417b09ce41a 100644 (file)
@@ -20,7 +20,7 @@
 ;; user made compatible server.
 
 ;;; Code:
-(require 'lsp-mod)
+(require 'lsp-mode)
 
 (defgroup lsp-mlir nil
   "LSP support for MLIR."