emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 5a81ec0018 15/50: Backport commit 253374f81 from Em


From: ELPA Syncer
Subject: [elpa] externals/org 5a81ec0018 15/50: Backport commit 253374f81 from Emacs
Date: Tue, 4 Oct 2022 21:57:59 -0400 (EDT)

branch: externals/org
commit 5a81ec001874c9eb881c9a94a82bed0277bbcf1e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 253374f81 from Emacs
    
    * lisp/org-clock.el (org-clock-select-task): Remove XEmacs
    compat code.
    
    Remove some XEmacs compat code from org-mode
    253374f81a13109b73afc8e319ca1fea72f68c72
    Stefan Kangas
    Sat May 14 15:55:20 2022 +0200
---
 lisp/org-clock.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index e0e6d478dc..fdc9818a5a 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -658,7 +658,6 @@ there is no recent clock to choose from."
                     (if (< i 10)
                         (+ i ?0)
                       (+ i (- ?A 10))) m))
-           (if (fboundp 'int-to-char) (setf (car s) (int-to-char (car s))))
            (push s sel-list)))
        (run-hooks 'org-clock-before-select-task-hook)
        (goto-char (point-min))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]