emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org.el: Remove org-timer-cancel-timer binding
@ 2015-04-24 16:58 Kyle Meyer
  2015-04-24 19:44 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2015-04-24 16:58 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

This patch deletes the binding for org-timer-cancel-timer binding, which
I should have removed when I merged the two timer APIs (commit
173b0cb6d6d).


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-org.el-Remove-org-timer-cancel-timer-binding.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]

From bb87c7369dc21cc0e0884171c0672af3b59fa463 Mon Sep 17 00:00:00 2001
From: Kyle Meyer <kyle@kyleam.com>
Date: Fri, 24 Apr 2015 12:53:43 -0400
Subject: [PATCH] org.el: Remove org-timer-cancel-timer binding

* lisp/org.el (org-mode-map): Remove binding for deleted command
  org-timer-cancel-timer.

The command org-timer-cancel-timer was removed in 173b0cb6d6.
---
 lisp/org.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 4856ba4..5d0b6a9 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19887,7 +19887,6 @@ (org-defkey org-mode-map "\C-c\C-xE"    'org-inc-effort)
 (org-defkey org-mode-map "\C-c\C-xo"    'org-toggle-ordered-property)
 (org-defkey org-mode-map "\C-c\C-xi"    'org-insert-columns-dblock)
 (org-defkey org-mode-map [(control ?c) (control ?x) ?\;] 'org-timer-set-timer)
-(org-defkey org-mode-map [(control ?c) (control ?x) ?\:] 'org-timer-cancel-timer)
 
 (org-defkey org-mode-map "\C-c\C-x."    'org-timer)
 (org-defkey org-mode-map "\C-c\C-x-"    'org-timer-item)
-- 
2.3.5


[-- Attachment #3: Type: text/plain, Size: 10 bytes --]


-- 
Kyle

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

* Re: [PATCH] org.el: Remove org-timer-cancel-timer binding
  2015-04-24 16:58 [PATCH] org.el: Remove org-timer-cancel-timer binding Kyle Meyer
@ 2015-04-24 19:44 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-04-24 19:44 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: Org-mode

Hello,

Kyle Meyer <kyle@kyleam.com> writes:

> This patch deletes the binding for org-timer-cancel-timer binding, which
> I should have removed when I merged the two timer APIs (commit
> 173b0cb6d6d).

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2015-04-24 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 16:58 [PATCH] org.el: Remove org-timer-cancel-timer binding Kyle Meyer
2015-04-24 19:44 ` Nicolas Goaziou

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