Skip to content

Commit

Permalink
Silence the byecompiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabián Ezequiel Gallina committed Sep 25, 2012
1 parent 63c676f commit d4ad856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multi-web-mode.el
Expand Up @@ -35,7 +35,8 @@
;;; Code:

(eval-when-compile
(require 'cl))
(require 'cl)
(defvar multi-web-mode))

(defvar mweb-mode-map
(let ((mweb-mode-map (make-sparse-keymap)))
Expand Down

0 comments on commit d4ad856

Please sign in to comment.