1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
emacs/lisp/gnus
Stefan Kangas 3f9f3ba437 Docfix: use command substitution for 'universal-argument'
* lisp/autoarg.el (autoarg-mode):
* lisp/bookmark.el (bookmark-set, bookmark-set-no-overwrite)
(bookmark-save):
* lisp/calendar/todo-mode.el (todo-insert-item)
(todo-filter-top-priorities)
(todo-filter-top-priorities-multifile):
* lisp/dired-x.el (dired-mark-extension, dired-mark-suffix):
* lisp/eshell/eshell.el (eshell):
* lisp/gnus/gnus-group.el (gnus-group-find-new-groups):
* lisp/gnus/gnus-start.el (gnus-find-new-newsgroups):
* lisp/gnus/gnus-sum.el (gnus-summary-show-article):
* lisp/gnus/gnus.el (gnus-secondary-servers):
* lisp/org/org-timer.el (org-timer-set-timer):
* lisp/org/ox.el (org-export-dispatch-last-position):
* lisp/printing.el (pr-ps-directory-preview)
(pr-ps-directory-using-ghostscript, pr-ps-directory-print)
(pr-ps-directory-ps-print, pr-ps-buffer-preview)
(pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
(pr-ps-buffer-ps-print, pr-despool-preview)
(pr-despool-using-ghostscript, pr-despool-print)
(pr-despool-ps-print, pr-ps-file-up-ps-print, pr-ps-fast-fire)
(pr-txt-fast-fire):
* lisp/progmodes/idlwave.el (idlwave-complete):
* lisp/progmodes/sh-script.el (sh-set-shell):
* lisp/replace.el (occur):
* lisp/ses.el (ses--advice-yank):
* lisp/simple.el (set-mark-command-repeat-pop):
* lisp/sort.el (delete-duplicate-lines):
* lisp/strokes.el (strokes-help):
* lisp/textmodes/artist.el (artist-mode):
* lisp/textmodes/reftex-cite.el (reftex-citation):
* lisp/textmodes/reftex-dcr.el (reftex-view-crossref):
* lisp/textmodes/reftex-index.el (reftex-index-selection-or-word)
(reftex-display-index):
* lisp/textmodes/reftex-ref.el (reftex-reference):
* lisp/textmodes/reftex-toc.el (reftex-toc):
* lisp/textmodes/reftex-vars.el (reftex-cite-prompt-optional-args)
(reftex-enable-partial-scans):
* lisp/textmodes/texnfo-upd.el (texinfo-master-menu):
* lisp/windmove.el (windmove-display-in-direction)
(windmove-delete-left, windmove-delete-up)
(windmove-delete-right, windmove-delete-down):
* lisp/window.el (recenter-window-group, recenter-other-window): Use
command substitution for 'universal-argument' instead of raw "C-u".
2021-09-16 20:05:48 +02:00
..
canlock.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
deuglify.el
gmm-utils.el
gnus-agent.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-art.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-async.el
gnus-bcklg.el
gnus-bookmark.el
gnus-cache.el
gnus-cite.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
gnus-cloud.el
gnus-cus.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
gnus-dbus.el
gnus-delay.el
gnus-demon.el
gnus-diary.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-dired.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-draft.el
gnus-dup.el
gnus-eform.el
gnus-fun.el Remove the base64 Face header repadding in Gnus 2021-05-26 23:54:59 +02:00
gnus-gravatar.el
gnus-group.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
gnus-html.el
gnus-icalendar.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-int.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-kill.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-logic.el
gnus-mh.el
gnus-ml.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-mlspl.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-msg.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-notifications.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
gnus-picon.el
gnus-range.el Obsolete local set difference functions in favor of seq-difference 2021-04-05 14:24:00 +02:00
gnus-registry.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-rfc1843.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-salt.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-score.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-search.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-sieve.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-spec.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
gnus-srvr.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-start.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
gnus-sum.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
gnus-topic.el Add new user option `gnus-topic-prepare-topic' 2021-08-10 17:29:20 +02:00
gnus-undo.el
gnus-util.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-uu.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
gnus-vm.el
gnus-win.el
gnus.el Docfix: use command substitution for 'universal-argument' 2021-09-16 20:05:48 +02:00
gssapi.el
legacy-gnus-agent.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
mail-source.el
message.el ; More minor docfixes found by checkdoc 2021-09-14 07:57:14 +02:00
mm-archive.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
mm-bodies.el
mm-decode.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
mm-encode.el
mm-extern.el
mm-partial.el Remove redundant #' before lambda in Gnus 2021-04-01 10:23:21 +02:00
mm-url.el
mm-util.el
mm-uu.el
mm-view.el Allow using `mm-inline-message' from other mail clients than Gnus 2021-07-06 16:34:24 +02:00
mml1991.el
mml2015.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
mml-sec.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
mml-smime.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
mml.el Avoid an infinite loop in mml-expand-html-into-multipart-related 2021-06-13 15:02:27 +02:00
nnagent.el * lisp/gnus/nnagent.el: Fix spurious empty line at BOB 2021-04-10 12:19:16 -04:00
nnbabyl.el * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare var 2021-03-11 01:14:30 -05:00
nndiary.el Don't let nndiary.el alter variables when loading file 2021-09-07 11:51:39 -07:00
nndir.el
nndoc.el
nndraft.el
nneething.el
nnfolder.el * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare var 2021-03-11 01:14:30 -05:00
nngateway.el
nnheader.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnimap.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnmail.el
nnmaildir.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnmairix.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnmbox.el
nnmh.el * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare var 2021-03-11 01:14:30 -05:00
nnml.el
nnnil.el
nnoo.el * lisp/gnus/nnoo.el (defvoo, deffoo): Add doc-string property 2021-05-07 22:41:44 -04:00
nnregistry.el
nnrss.el Fix nnrss-get-namespace-prefix (bug#34685) 2021-08-10 16:41:37 +02:00
nnselect.el Use condition-case-unless-debug in nnselect-run 2021-05-16 10:22:22 -07:00
nnspool.el
nntp.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
nnvirtual.el Remove redundant #' before lambda in Gnus 2021-04-01 10:23:21 +02:00
nnweb.el
score-mode.el
smiley.el
smime.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00
spam-report.el Use string-replace instead of replace-regexp-in-string 2021-08-08 19:25:26 +02:00
spam-stat.el Remove redundant #' before lambda in Gnus 2021-04-01 10:23:21 +02:00
spam-wash.el
spam.el Obsolete local set difference functions in favor of seq-difference 2021-04-05 14:24:00 +02:00