소스 검색

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.