From: Stefan Kangas <stefankangas@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Remove 'org-speed-commands-user' warning
Date: Mon, 21 Nov 2022 03:04:12 -0800 [thread overview]
Message-ID: <CADwFkmntWL-dPB+VB3DudwGaUb+9D+sx4M6GGR8dejaG3NyLTA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 58 bytes --]
Just a small cleanup in preparation of 9.6, see attached.
[-- Attachment #2: 0001-Remove-org-speed-commands-user-warning.patch --]
[-- Type: text/x-diff, Size: 991 bytes --]
From bb02572eb41f61023dc421f80709fa602a9a7822 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Mon, 21 Nov 2022 12:01:29 +0100
Subject: [PATCH] Remove 'org-speed-commands-user' warning
* lisp/org-keys.el (org-speed-command-help): Remove
'org-speed-commands-user' warning.
---
lisp/org-keys.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lisp/org-keys.el b/lisp/org-keys.el
index 79e34cbd1..95f64a3f9 100644
--- a/lisp/org-keys.el
+++ b/lisp/org-keys.el
@@ -808,10 +808,6 @@ command."
(interactive)
(unless org-use-speed-commands
(user-error "Speed commands are not activated, customize `org-use-speed-commands'"))
- ;; FIXME: remove this warning for 9.6
- (when (boundp 'org-speed-commands-user)
- (message "`org-speed-command-user' is obsolete, please use `org-speed-commands'")
- (sit-for 3))
(with-output-to-temp-buffer "*Help*"
(princ "Speed commands\n==============\n")
(mapc #'org-print-speed-command
--
2.35.1
next reply other threads:[~2022-11-21 11:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 11:04 Stefan Kangas [this message]
2022-11-21 11:44 ` [PATCH] Remove 'org-speed-commands-user' warning Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADwFkmntWL-dPB+VB3DudwGaUb+9D+sx4M6GGR8dejaG3NyLTA@mail.gmail.com \
--to=stefankangas@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).