summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-03-13 08:27:53 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-03-13 08:27:53 +0100
commit4fd9909be1ed922937ddc6fc9444379f15b441e3 (patch)
tree70e7c3111c8c73d5a5027f5b367f0caa96d552d7
parent82a80354bcea3c553f4d52f4466e6e67d59ccc4d (diff)
Move local vars in .dir-locals file
and shutup compiler about doctring warnings.
-rw-r--r--.dir-locals.el6
-rw-r--r--helm-adaptive.el6
-rw-r--r--helm-bookmark.el6
-rw-r--r--helm-buffers.el6
-rw-r--r--helm-color.el6
-rw-r--r--helm-comint.el6
-rw-r--r--helm-command.el6
-rw-r--r--helm-config.el6
-rw-r--r--helm-dabbrev.el6
-rw-r--r--helm-easymenu.el6
-rw-r--r--helm-elisp.el6
-rw-r--r--helm-eshell.el6
-rw-r--r--helm-eval.el6
-rw-r--r--helm-external.el6
-rw-r--r--helm-fd.el6
-rw-r--r--helm-files.el6
-rw-r--r--helm-find.el6
-rw-r--r--helm-font.el6
-rw-r--r--helm-for-files.el6
-rw-r--r--helm-global-bindings.el6
-rw-r--r--helm-grep.el6
-rw-r--r--helm-help.el6
-rw-r--r--helm-id-utils.el6
-rw-r--r--helm-imenu.el6
-rw-r--r--helm-info.el6
-rw-r--r--helm-lib.el6
-rw-r--r--helm-locate.el6
-rw-r--r--helm-man.el6
-rw-r--r--helm-misc.el6
-rw-r--r--helm-mode.el6
-rw-r--r--helm-multi-match.el6
-rw-r--r--helm-net.el6
-rw-r--r--helm-occur.el6
-rw-r--r--helm-regexp.el6
-rw-r--r--helm-ring.el6
-rw-r--r--helm-semantic.el6
-rw-r--r--helm-shell.el6
-rw-r--r--helm-source.el6
-rw-r--r--helm-sys.el6
-rw-r--r--helm-tags.el6
-rw-r--r--helm-types.el6
-rw-r--r--helm-utils.el6
-rw-r--r--helm-x-files.el6
-rw-r--r--helm.el6
44 files changed, 4 insertions, 260 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 204ad156..d5693d6f 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,5 +2,7 @@
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((bug-reference-bug-regexp . "\\([Ii]ssue ?#?\\|[Bb]ug ?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)")
- (bug-reference-url-format . "https://github.com/emacs-helm/helm/issues/%s")))
- (emacs-lisp-mode . ((mode . bug-reference-prog))))
+ (bug-reference-url-format . "https://github.com/emacs-helm/helm/issues/%s")
+ (byte-compile-warnings . (not obsolete not docstrings))))
+ (emacs-lisp-mode . ((mode . bug-reference-prog)
+ (indent-tabs-mode . nil))))
diff --git a/helm-adaptive.el b/helm-adaptive.el
index 83b1da55..b3a272da 100644
--- a/helm-adaptive.el
+++ b/helm-adaptive.el
@@ -271,10 +271,4 @@ atoms."
(provide 'helm-adaptive)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-adaptive.el ends here
diff --git a/helm-bookmark.el b/helm-bookmark.el
index 5d0d4ba9..4f6d2de6 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -737,10 +737,4 @@ if external addressbook-bookmark package is installed."
(provide 'helm-bookmark)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-bookmark.el ends here
diff --git a/helm-buffers.el b/helm-buffers.el
index 403cac99..adc0d404 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -1184,10 +1184,4 @@ displayed with the `file-name-shadow' face if available."
(provide 'helm-buffers)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-buffers.el ends here
diff --git a/helm-color.el b/helm-color.el
index 476f45a4..ddde1403 100644
--- a/helm-color.el
+++ b/helm-color.el
@@ -161,10 +161,4 @@
(provide 'helm-color)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-color.el ends here
diff --git a/helm-comint.el b/helm-comint.el
index b8842a89..6f85249b 100644
--- a/helm-comint.el
+++ b/helm-comint.el
@@ -227,10 +227,4 @@ See `helm-comint-prompts-list'."
(provide 'helm-comint)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-comint.el ends here
diff --git a/helm-command.el b/helm-command.el
index f556530d..3be566ea 100644
--- a/helm-command.el
+++ b/helm-command.el
@@ -351,10 +351,4 @@ You can get help on each command by persistent action."
(provide 'helm-command)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-command.el ends here
diff --git a/helm-config.el b/helm-config.el
index 4440e0d3..d9343b6b 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -31,10 +31,4 @@
(provide 'helm-config)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-config.el ends here
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index 80c1accf..4cd36c89 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -393,10 +393,4 @@ finally removed."
(provide 'helm-dabbrev)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-dabbrev.el ends here
diff --git a/helm-easymenu.el b/helm-easymenu.el
index 7f717d08..c30bc05c 100644
--- a/helm-easymenu.el
+++ b/helm-easymenu.el
@@ -81,10 +81,4 @@
(provide 'helm-easymenu)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-easymenu.el ends here
diff --git a/helm-elisp.el b/helm-elisp.el
index b3269053..1de97c4a 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -968,10 +968,4 @@ a string, i.e. the `symbol-name' of any existing symbol."
(provide 'helm-elisp)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-elisp.el ends here
diff --git a/helm-eshell.el b/helm-eshell.el
index 7c0d55ac..f7eeda89 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -496,10 +496,4 @@ See `helm-eshell-prompts-list'."
(provide 'helm-eshell)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-eshell ends here
diff --git a/helm-eval.el b/helm-eval.el
index cee29752..8b07d65f 100644
--- a/helm-eval.el
+++ b/helm-eval.el
@@ -199,10 +199,4 @@ Should take one arg: the string to display."
(provide 'helm-eval)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-eval.el ends here
diff --git a/helm-external.el b/helm-external.el
index a7c25827..7dad6f41 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -208,10 +208,4 @@ You can set your own list of commands with
(provide 'helm-external)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-external ends here
diff --git a/helm-fd.el b/helm-fd.el
index 6f8c7140..78801f8a 100644
--- a/helm-fd.el
+++ b/helm-fd.el
@@ -123,10 +123,4 @@
(provide 'helm-fd)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-fd.el ends here
diff --git a/helm-files.el b/helm-files.el
index 7100466b..24c4b532 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5694,10 +5694,4 @@ once."
(provide 'helm-files)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-files.el ends here
diff --git a/helm-find.el b/helm-find.el
index 4c9637dd..748d7021 100644
--- a/helm-find.el
+++ b/helm-find.el
@@ -167,10 +167,4 @@ are passed to \"find\" literally."
(provide 'helm-find)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-find.el ends here
diff --git a/helm-font.el b/helm-font.el
index 064f2901..96338a1b 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -330,10 +330,4 @@ Called with a prefix arg force reloading cache."
(provide 'helm-font)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-font.el ends here
diff --git a/helm-for-files.el b/helm-for-files.el
index eff9152f..867d752a 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -300,10 +300,4 @@ searching for is already found."
(provide 'helm-for-files)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-for-files.el ends here
diff --git a/helm-global-bindings.el b/helm-global-bindings.el
index 35182509..1f4dd044 100644
--- a/helm-global-bindings.el
+++ b/helm-global-bindings.el
@@ -119,10 +119,4 @@
(provide 'helm-global-bindings)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-global-bindings.el ends here
diff --git a/helm-grep.el b/helm-grep.el
index 440097b6..313e7ece 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -1721,10 +1721,4 @@ With a prefix arg ARG git-grep the whole repository."
(provide 'helm-grep)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-grep.el ends here
diff --git a/helm-help.el b/helm-help.el
index a2d8d95a..3d831d8f 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -2344,10 +2344,4 @@ f1/f2/f-n:NthAct \
(provide 'helm-help)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-help.el ends here
diff --git a/helm-id-utils.el b/helm-id-utils.el
index 90e9f8b9..05673582 100644
--- a/helm-id-utils.el
+++ b/helm-id-utils.el
@@ -122,10 +122,4 @@ See <https://www.gnu.org/software/idutils/>."
(provide 'helm-id-utils)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-id-utils ends here
diff --git a/helm-imenu.el b/helm-imenu.el
index ad5c454c..89607668 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -377,10 +377,4 @@ i.e. `derived-mode-p' or it have an association in
(provide 'helm-imenu)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-imenu.el ends here
diff --git a/helm-info.el b/helm-info.el
index 0311ea9e..883e7f5f 100644
--- a/helm-info.el
+++ b/helm-info.el
@@ -265,10 +265,4 @@ Info files are made available."
(provide 'helm-info)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-info.el ends here
diff --git a/helm-lib.el b/helm-lib.el
index a74ae27a..7de7e91d 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1758,10 +1758,4 @@ broken."
(provide 'helm-lib)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-lib ends here
diff --git a/helm-locate.el b/helm-locate.el
index 6448a56d..7ec34fbf 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -473,10 +473,4 @@ Where db_path is a filename matched by
(provide 'helm-locate)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-locate.el ends here
diff --git a/helm-man.el b/helm-man.el
index 5f1d7608..5e37dfb8 100644
--- a/helm-man.el
+++ b/helm-man.el
@@ -111,10 +111,4 @@ With a prefix arg reinitialize the cache."
(provide 'helm-man)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-man.el ends here
diff --git a/helm-misc.el b/helm-misc.el
index 28557d9d..4a2bbf79 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -328,10 +328,4 @@ Default action change TZ environment variable locally to emacs."
(provide 'helm-misc)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-misc.el ends here
diff --git a/helm-mode.el b/helm-mode.el
index d877af1f..76919702 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -2069,10 +2069,4 @@ Note: This mode is incompatible with Emacs23."
(provide 'helm-mode)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-mode.el ends here
diff --git a/helm-multi-match.el b/helm-multi-match.el
index 5c09f84c..65dde0b9 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -368,10 +368,4 @@ E.g. \"bar foo baz\" will match \"barfoobaz\" or \"barbazfoo\" but not
(provide 'helm-multi-match)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-multi-match.el ends here
diff --git a/helm-net.el b/helm-net.el
index 895d3c7d..ff874d69 100644
--- a/helm-net.el
+++ b/helm-net.el
@@ -430,10 +430,4 @@ NOTE: Probably not supported on some systems (e.g., Windows)."
(provide 'helm-net)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-net.el ends here
diff --git a/helm-occur.el b/helm-occur.el
index d567c66c..40fa6180 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -783,10 +783,4 @@ To use this bind it to a key in `isearch-mode-map'."
(provide 'helm-occur)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-occur.el ends here
diff --git a/helm-regexp.el b/helm-regexp.el
index 61c5c3ca..f5dd4543 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -129,10 +129,4 @@ i.e. don't replace inside a word, regexp is surrounded with \\bregexp\\b."
(provide 'helm-regexp)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-regexp.el ends here
diff --git a/helm-ring.el b/helm-ring.el
index 66f8ebbf..aa44e4e5 100644
--- a/helm-ring.el
+++ b/helm-ring.el
@@ -600,10 +600,4 @@ This command is useful when used with persistent action."
(provide 'helm-ring)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-ring.el ends here
diff --git a/helm-semantic.el b/helm-semantic.el
index 3c277ac6..07d15082 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -229,10 +229,4 @@ Fill in the symbol at point by default."
(provide 'helm-semantic)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-semantic.el ends here
diff --git a/helm-shell.el b/helm-shell.el
index 7be64aa3..ce707517 100644
--- a/helm-shell.el
+++ b/helm-shell.el
@@ -35,10 +35,4 @@
(provide 'helm-shell)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-shell ends here
diff --git a/helm-source.el b/helm-source.el
index 0ba7d4db..2f8ac5b5 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -1215,10 +1215,4 @@ Args ARGS are keywords provided by `helm-source-in-file'."
(provide 'helm-source)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-source ends here
diff --git a/helm-sys.el b/helm-sys.el
index 6174ab2d..d4ec6053 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -453,10 +453,4 @@ Show actions only on line starting by a PID."
(provide 'helm-sys)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-sys.el ends here
diff --git a/helm-tags.el b/helm-tags.el
index 6b18811e..47a2ad82 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -343,10 +343,4 @@ Create with etags shell command, or visit with `find-tag' or `visit-tags-table'.
(provide 'helm-tags)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-tags.el ends here
diff --git a/helm-types.el b/helm-types.el
index 3e78ded0..64a7b901 100644
--- a/helm-types.el
+++ b/helm-types.el
@@ -330,10 +330,4 @@
(provide 'helm-types)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-types.el ends here
diff --git a/helm-utils.el b/helm-utils.el
index 5a41b098..5aaf3294 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -1147,10 +1147,4 @@ When unable to decode ENTITY returns nil."
(provide 'helm-utils)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-utils.el ends here
diff --git a/helm-x-files.el b/helm-x-files.el
index a1c97275..33cad0d6 100644
--- a/helm-x-files.el
+++ b/helm-x-files.el
@@ -124,10 +124,4 @@ with the tracker desktop search.")
(provide 'helm-x-files)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-x-files.el ends here
diff --git a/helm.el b/helm.el
index 3c946826..a3f76dae 100644
--- a/helm.el
+++ b/helm.el
@@ -7476,10 +7476,4 @@ help."
(provide 'helm)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm.el ends here