chore: lean4-mode: remove uses of obsolete package
This commit is contained in:
parent
edf4a2be72
commit
116c4b20a0
2 changed files with 1 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'cl)
|
||||
(require 'cl-lib)
|
||||
|
||||
(defun lean4-eri-current-line-length nil
|
||||
"Calculate length of current line."
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
(require 'quail)
|
||||
|
||||
(eval-when-compile
|
||||
(require 'cl))
|
||||
;; Quail is quite stateful, so be careful when editing this code. Note
|
||||
;; that with-temp-buffer is used below whenever buffer-local state is
|
||||
;; modified.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue