diff --git a/lisp/org-compat.el b/lisp/org-compat.el index 4fde94c8e..4383bec67 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -353,7 +353,7 @@ TIME defaults to the current time." (if (fboundp 'looking-at-p) (apply 'looking-at-p args) (save-match-data - (apply 'looking-at-p args)))) + (apply 'looking-at args)))) ; XEmacs does not have `looking-back'. (if (fboundp 'looking-back)