浏览代码

org-macs: Fix typo in `org-with-limited-levels'

* lisp/org-macs.el (org-with-limited-levels): Fix typo.
Nicolas Goaziou 12 年之前
父节点
当前提交
2da2c923aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-macs.el

+ 1 - 1
lisp/org-macs.el

@@ -376,7 +376,7 @@ point nowhere."
   `(let* ((org-called-with-limited-levels t)
   `(let* ((org-called-with-limited-levels t)
 	  (org-outline-regexp (org-get-limited-outline-regexp))
 	  (org-outline-regexp (org-get-limited-outline-regexp))
 	  (outline-regexp org-outline-regexp)
 	  (outline-regexp org-outline-regexp)
-	  (org-outline-regexp-at-bol (concat "^" org-outline-regexp)))
+	  (org-outline-regexp-bol (concat "^" org-outline-regexp)))
      ,@body))
      ,@body))
 (def-edebug-spec org-with-limited-levels (body))
 (def-edebug-spec org-with-limited-levels (body))