Browse Source

org-compat: Fix typo

* lisp/org-compat.el (org-match-string-no-properties): Fix typo.

Reported-by: Michael Welle <mwe012008@gmx.net>
<http://permalink.gmane.org/gmane.emacs.orgmode/108017>
Nicolas Goaziou 8 years ago
parent
commit
8d3586faac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-compat.el

+ 1 - 1
lisp/org-compat.el

@@ -68,7 +68,7 @@
 (define-obsolete-function-alias 'org-indent-to-column 'indent-to-column "Org 9.0")
 (define-obsolete-function-alias 'org-looking-at-p 'looking-at-p "Org 9.0")
 (define-obsolete-function-alias 'org-looking-back 'looking-back "Org 9.0")
-(define-obsolete-function-alias 'org-match-string-no-properties 'match-string-properties "Org 9.0")
+(define-obsolete-function-alias 'org-match-string-no-properties 'match-string-no-properties "Org 9.0")
 (define-obsolete-function-alias 'org-propertize 'propertize "Org 9.0")
 (define-obsolete-function-alias 'org-select-frame-set-input-focus 'select-frame-set-input-focus "Org 9.0")