emacs/lisp/vc
Stefan Monnier c45bfd3c4a * lisp/**/*.el: Avoid positional args to define-minor-mode
Back in Emacs-21.1, `define-minor-mode` grew keywords arguments to
replace its old positional arguments.  Let's make sure we don't use
the old-style any more.

* lisp/org/ox-beamer.el (org-beamer-mode-map): Move initialization
into declaration.
(org-beamer-mode):
* lisp/textmodes/tildify.el (tildify-mode):
* lisp/textmodes/sgml-mode.el (html-autoview-mode):
* lisp/textmodes/rst.el (rst-minor-mode):
* lisp/textmodes/remember.el (remember-notes-mode):
* lisp/textmodes/ispell.el (ispell-minor-mode):
* lisp/tar-mode.el (tar-subfile-mode):
* lisp/strokes.el (strokes-mode):
* lisp/so-long.el (so-long-minor-mode):
* lisp/shell.el (shell-dirtrack-mode):
* lisp/scroll-all.el (scroll-all-mode):
* lisp/ruler-mode.el (ruler-mode):
* lisp/rect.el (rectangle-mark-mode):
* lisp/progmodes/sh-script.el (sh-electric-here-document-mode):
* lisp/outline.el (outline-minor-mode):
* lisp/org/org.el (org-cdlatex-mode):
* lisp/org/org-table.el (org-table-header-line-mode)
(org-table-follow-field-mode, orgtbl-mode):
* lisp/org/org-src.el (org-src-mode):
* lisp/org/org-list.el (org-list-checkbox-radio-mode):
* lisp/org/org-indent.el (org-indent-mode):
* lisp/org/org-capture.el (org-capture-mode):
* lisp/obsolete/pc-select.el (pc-selection-mode):
* lisp/obsolete/iswitchb.el (iswitchb-mode):
* lisp/net/rcirc.el (rcirc-omit-mode, rcirc-multiline-minor-mode)
(rcirc-track-minor-mode):
* lisp/net/goto-addr.el (goto-address-mode, goto-address-prog-mode):
* lisp/image-mode.el (image-minor-mode):
* lisp/ibuf-ext.el (ibuffer-auto-mode):
* lisp/gnus/gnus-cite.el (gnus-message-citation-mode):
* lisp/font-core.el (font-lock-mode):
* lisp/erc/erc.el (define-erc-module):
* lisp/erc/erc-track.el (erc-track-minor-mode):
* lisp/erc/erc-fill.el (erc-fill-mode):
* lisp/epa-mail.el (epa-mail-mode):
* lisp/emacs-lisp/checkdoc.el (checkdoc-minor-mode):
* lisp/dirtrack.el (dirtrack-mode, dirtrack-debug-mode):
* lisp/dired-aux.el (dired-isearch-filenames-mode):
* lisp/cedet/semantic/idle.el (semantic-idle-scheduler-mode):
* lisp/cedet/semantic/decorate/mode.el (semantic-decoration-mode):
* lisp/autoarg.el (autoarg-mode, autoarg-kp-mode):
* lisp/vc/pcvs.el (cvs-minor-mode):
Avoid old-style positional args to `define-minor-mode`.
2021-04-11 23:47:14 -04:00
..
add-log.el Convert change-log-mode menu to easy-menu-define 2021-02-27 03:14:04 +01:00
compare-w.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
cvs-status.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
diff-mode.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
diff.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
ediff-diff.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
ediff-help.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
ediff-hook.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ediff-init.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
ediff-merg.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
ediff-mult.el Make ediff-copy-list alias obsolete 2021-04-05 11:14:34 +02:00
ediff-ptch.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ediff-util.el Remove code commented out since 1995 from ediff-util.el 2021-04-05 11:14:34 +02:00
ediff-vers.el * lisp/vc/ediff-vers.el: Remove XEmacs compat code. 2021-03-15 02:53:45 +01:00
ediff-wind.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
ediff.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
emerge.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
log-edit.el * lisp/vc/log-edit.el (log-edit-diff-function): Give non-nil default 2021-04-11 22:27:25 -04:00
log-view.el Update copyright year to 2021 2021-01-01 01:13:56 -08:00
pcvs-defs.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
pcvs-info.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
pcvs-parse.el * lisp/vc/pcvs-parse.el: Fix lexical-binding breakage 2021-03-11 13:14:19 -05:00
pcvs-util.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
pcvs.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
smerge-mode.el smerge-vc-next-conflict: Move to conflict markers more reliably 2021-03-09 04:47:49 +02:00
vc-annotate.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-bzr.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-cvs.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-dav.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-dir.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-dispatcher.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-filewise.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-git.el ; Remove some redundant installation instructions 2021-04-03 12:26:55 +02:00
vc-hg.el ; Remove some redundant installation instructions 2021-04-03 12:26:55 +02:00
vc-hooks.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-mtn.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-rcs.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-sccs.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-src.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc-svn.el lisp/vc/*.el: Use lexical-bindings in all the files 2021-02-26 16:51:15 -05:00
vc.el * lisp: Remove yet more always-nil variables 2021-03-11 13:29:14 -05:00