Commit b26cd2b9 authored by Ivan Andrus's avatar Ivan Andrus

Fixes from checkdoc

parent 431c06f3
;; Cython mode
;;; cython-mode.el -- Major mode for editing Cython files
;;; Commentary:
;; This should work with python-mode.el as well as either the new
;; python.el or the old.
;;; Code:
;; Load python-mode if available, otherwise use builtin emacs python package
(when (not(require 'python-mode nil t))
......@@ -66,3 +73,5 @@
)
(provide 'cython-mode)
;;; cython-mode.el ends here
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment