diff options
| author | Glenn Morris | 2017-12-12 23:21:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2017-12-12 23:21:24 -0800 |
| commit | 52d2a690f66de135fbfbcf5a195014e24be64170 (patch) | |
| tree | 93fa47b84feb1f851e71fb82bf07a866491e6cc9 /lisp/progmodes/python.el | |
| parent | f5d036023494dc0d757d062f086a6adb6728f364 (diff) | |
| download | emacs-52d2a690f66de135fbfbcf5a195014e24be64170.tar.gz emacs-52d2a690f66de135fbfbcf5a195014e24be64170.zip | |
Add missing :version tags revealed by cusver-check
* lisp/comint.el (comint-move-point-for-matching-input):
* lisp/epa.el (epa-replace-original-text):
* lisp/image-dired.el (image-dired-cmd-optipng-program)
(image-dired-cmd-optipng-options):
* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-use-jump-table):
* lisp/gnus/gnus-cloud.el (gnus-cloud-storage-method)
(gnus-cloud-interactive):
* lisp/net/mailcap.el (mailcap-user-mime-data):
* lisp/progmodes/cc-vars.el (c-asymmetry-fontification-flag)
(c-noise-macro-names, c-noise-macro-with-parens-names):
* lisp/progmodes/flymake.el (flymake-start-on-flymake-mode)
(flymake-wrap-around):
* lisp/progmodes/grep.el (grep-use-null-filename-separator):
* lisp/progmodes/js.el (js-indent-align-list-continuation):
* lisp/progmodes/perl-mode.el (perl-flymake-command):
* lisp/progmodes/python.el (python-flymake-command)
(python-flymake-command-output-pattern, python-flymake-msg-alist):
* lisp/progmodes/ruby-mode.el (ruby-flymake-use-rubocop-if-available)
(ruby-rubocop-config):
* lisp/textmodes/less-css-mode.el (less-css):
* lisp/textmodes/tex-mode.el (tex-chktex-program)
(tex-chktex-extra-flags): Add missing :version tags.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 9d3e428e23c..2de40c4ab88 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -5165,6 +5165,7 @@ This is a non empty list of strings, the checker tool possibly followed by | |||
| 5165 | required arguments. Once launched it will receive the Python source to be | 5165 | required arguments. Once launched it will receive the Python source to be |
| 5166 | checked as its standard input. | 5166 | checked as its standard input. |
| 5167 | To use `flake8' you would set this to (\"flake8\" \"-\")." | 5167 | To use `flake8' you would set this to (\"flake8\" \"-\")." |
| 5168 | :version "26.1" | ||
| 5168 | :group 'python-flymake | 5169 | :group 'python-flymake |
| 5169 | :type '(repeat string)) | 5170 | :type '(repeat string)) |
| 5170 | 5171 | ||
| @@ -5186,6 +5187,7 @@ MESSAGE'th gives the message text itself. | |||
| 5186 | If COLUMN or TYPE are nil or that index didn't match, that | 5187 | If COLUMN or TYPE are nil or that index didn't match, that |
| 5187 | information is not present on the matched line and a default will | 5188 | information is not present on the matched line and a default will |
| 5188 | be used." | 5189 | be used." |
| 5190 | :version "26.1" | ||
| 5189 | :group 'python-flymake | 5191 | :group 'python-flymake |
| 5190 | :type '(list regexp | 5192 | :type '(list regexp |
| 5191 | (integer :tag "Line's index") | 5193 | (integer :tag "Line's index") |
| @@ -5209,6 +5211,7 @@ For example, when using `flake8' a possible configuration could be: | |||
| 5209 | (\"^[EW][0-9]+\" . :note)) | 5211 | (\"^[EW][0-9]+\" . :note)) |
| 5210 | 5212 | ||
| 5211 | By default messages are considered errors." | 5213 | By default messages are considered errors." |
| 5214 | :version "26.1" | ||
| 5212 | :group 'python-flymake | 5215 | :group 'python-flymake |
| 5213 | :type `(alist :key-type (regexp) | 5216 | :type `(alist :key-type (regexp) |
| 5214 | :value-type (symbol))) | 5217 | :value-type (symbol))) |