diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-01-08 15:27:18 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-01-08 15:27:18 +0100 |
commit | c7cf0ebc24d66371c8d48ad72f65e72a2a027f06 (patch) | |
tree | dc95a8d996cf93343213c03668485a8750182648 /lisp/org/org-lparse.el | |
parent | 06364e6463b654038ca3290fec6a37d1ca69700c (diff) | |
download | emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.gz emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.bz2 emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.zip |
Merge Org 7.9.3 (commit 31c1aea)
Diffstat (limited to 'lisp/org/org-lparse.el')
-rw-r--r-- | lisp/org/org-lparse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-lparse.el b/lisp/org/org-lparse.el index 11711353ff7..e9fbbea586e 100644 --- a/lisp/org/org-lparse.el +++ b/lisp/org/org-lparse.el @@ -1718,7 +1718,7 @@ information." (org-lparse-end-paragraph) (org-lparse-end-list-item (or type "u"))) -(define-obsolete-function-alias +(org-define-obsolete-function-alias 'org-lparse-preprocess-after-blockquote-hook 'org-lparse-preprocess-after-blockquote "24.3") @@ -1736,7 +1736,7 @@ information." (format "ORG-%s-END %s" (upcase (match-string 2)) (match-string 3))) t t)))) -(define-obsolete-function-alias +(org-define-obsolete-function-alias 'org-lparse-strip-experimental-blocks-maybe-hook 'org-lparse-strip-experimental-blocks-maybe "24.3") |