emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Remove 'org-speed-commands-user' warning
@ 2022-11-21 11:04 Stefan Kangas
  2022-11-21 11:44 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2022-11-21 11:04 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-21 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 11:04 [PATCH] Remove 'org-speed-commands-user' warning Stefan Kangas
2022-11-21 11:44 ` Ihor Radchenko

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).