summaryrefslogtreecommitdiff
path: root/lisp/org/org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org.el')
-rw-r--r--lisp/org/org.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index e4c075f8cdd..336c413c8c7 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -10068,10 +10068,6 @@ Note: this function also decodes single byte encodings like
(char-to-string (string-to-number byte 16)))
(cdr (split-string hex "%")) ""))
-(defun org-xor (a b)
- "Exclusive or."
- (if a (not b) b))
-
(defun org-fixup-message-id-for-http (s)
"Replace special characters in a message id, so it can be used in an http query."
(when (string-match "%" s)