diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index f7448f1..f878576 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -79,6 +79,8 @@ ;;; Code: (require 'custom) +(eval-when-compile + (require 'cl)) ;; user definable variables |