diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 17:29:24 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2020-05-03 18:24:25 +0200 |
commit | 3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f (patch) | |
tree | e812974218d0b182c70221177dbdcd6710e47d05 /elisp | |
parent | 8403b8961560591810a75f088fb72b8b052665ca (diff) | |
download | pylint-git-3fffdf03d5a32e4a0d1b5216ea9d16dacacdaa6f.tar.gz |
Fix trailing whitespaces and trailing newlines
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/pylint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/pylint.el b/elisp/pylint.el index 5d4d31ab4..d27a92b14 100644 --- a/elisp/pylint.el +++ b/elisp/pylint.el @@ -238,7 +238,7 @@ output buffer, to go to the lines where pylint found matches. (let ((map (cond ((boundp 'py-mode-map) py-mode-map) ((boundp 'python-mode-map) python-mode-map)))) - + (define-key map [menu-bar Python pylint-separator] '("--" . pylint-separator)) (define-key map [menu-bar Python next-error] |