Skip to content

Commit

Permalink
Make cl-lib dependency more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
jrblevin committed Jan 5, 2016
1 parent 0768daa commit 1ee52a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ There is no official Markdown file extension, nor is there even a
_de facto_ standard, so you can easily add, change, or remove any
of the file extensions above as needed.

`markdown-mode` depends on `cl-lib`, which has been bundled with
GNU Emacs since 24.3. Users of GNU Emacs 24.1 and 24.2 can install
`cl-lib` with `package.el`.

## Usage

Keybindings are grouped by prefixes based on their function. For
Expand Down Expand Up @@ -761,17 +765,12 @@ following people:
* Syohei Yoshida for better heading detection
and movement functions.

## Compatibility

Markdown mode is developed and tested primarily for compatibility with
GNU Emacs 24.3 and later. It requires `cl-lib`, which has been
bundled with GNU Emacs since 24.3. Users of GNU Emacs 24.1 and 24.2
can install `cl-lib` with `package.el`.

## Bugs

If you find any bugs in markdown-mode, please construct a test case
or a patch and open a ticket on the [GitHub issue tracker][issues].
markdown-mode is developed and tested primarily for compatibility
with GNU Emacs 24.3 and later. If you find any bugs in
markdown-mode, please construct a test case or a patch and open a
ticket on the [GitHub issue tracker][issues].

[issues]: https://github.com/jrblevin/markdown-mode/issues

Expand Down
17 changes: 8 additions & 9 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
;; There is no official Markdown file extension, nor is there even a
;; _de facto_ standard, so you can easily add, change, or remove any
;; of the file extensions above as needed.
;;
;; `markdown-mode' depends on `cl-lib', which has been bundled with
;; GNU Emacs since 24.3. Users of GNU Emacs 24.1 and 24.2 can install
;; `cl-lib' with `package.el'.

;;; Usage:

Expand Down Expand Up @@ -812,17 +816,12 @@
;; * Syohei Yoshida <syohex@gmail.com> for better heading detection
;; and movement functions.

;;; Compatibility:

;; Markdown mode is developed and tested primarily for compatibility with
;; GNU Emacs 24.3 and later. It requires `cl-lib', which has been
;; bundled with GNU Emacs since 24.3. Users of GNU Emacs 24.1 and 24.2
;; can install `cl-lib' with `package.el'.

;;; Bugs:

;; If you find any bugs in markdown-mode, please construct a test case
;; or a patch and open a ticket on the [GitHub issue tracker][issues].
;; markdown-mode is developed and tested primarily for compatibility
;; with GNU Emacs 24.3 and later. If you find any bugs in
;; markdown-mode, please construct a test case or a patch and open a
;; ticket on the [GitHub issue tracker][issues].
;;
;; [issues]: https://github.com/jrblevin/markdown-mode/issues

Expand Down

0 comments on commit 1ee52a1

Please sign in to comment.