Sfoglia il codice sorgente

Merge pull request #5 from syohex/cl-lib

Use cl-lib function instead of cl.el for byte-compile warning
Samuel W. Flint 8 anni fa
parent
commit
2091bd5109
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      buffer-sets.el

+ 1 - 1
buffer-sets.el

@@ -138,7 +138,7 @@
 ;;;###autoload
 (defun buffer-sets-unload-last-loaded-set ()
   (interactive)
-  (let ((set (first *buffer-sets-applied*)))
+  (let ((set (cl-first *buffer-sets-applied*)))
     (buffer-sets-unload-buffer-set set)))
 
 ;;;###autoload