浏览代码

Change date of obsolete declaration to 2011-02-17

* org-protocol.el (org-protocol-unhex-single-byte-sequence)
(org-protocol-unhex-string, org-protocol-unhex-compound): Change date
of obsolete declaration to 2011-02-17.
David Maus 14 年之前
父节点
当前提交
373caa4d1c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lisp/org-protocol.el

+ 3 - 3
lisp/org-protocol.el

@@ -132,16 +132,16 @@
 
 (define-obsolete-function-alias
   'org-protocol-unhex-compound 'org-link-unescape-compound
-  "2010-11-21")
+  "2011-02-17")
 
 (define-obsolete-function-alias
   'org-protocol-unhex-string 'org-link-unescape
-  "2010-11-21")
+  "2011-02-17")
 
 (define-obsolete-function-alias
   'org-protocol-unhex-single-byte-sequence
   'org-link-unescape-single-byte-sequence
-  "2011-11-21")
+  "2011-02-17")
 
 (defgroup org-protocol nil
   "Intercept calls from emacsclient to trigger custom actions.