Sfoglia il codice sorgente

emacs.el: Use cl-lib instead of cl

pull/15/head
10sr 8 anni fa
parent
commit
b0fc733014
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. +1
    -3
      emacs.el

+ 1
- 3
emacs.el Vedi File

@@ -17,9 +17,7 @@
(make-directory d))
(add-to-list 'load-path d))

(eval-when-compile
;; TODO: Use cl-lib intead
(require 'cl nil t))
(require 'cl-lib)


;; (add-hook 'after-change-major-mode-hook


Caricamento…
Annulla
Salva