chore: lean4-mode: remove uses of obsolete package

This commit is contained in:
Sebastian Ullrich 2021-03-05 18:00:30 +01:00
parent edf4a2be72
commit 116c4b20a0
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@
;;; Code:
(require 'cl)
(require 'cl-lib)
(defun lean4-eri-current-line-length nil
"Calculate length of current line."

View file

@ -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.