diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-12-06 12:21:31 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-12-06 12:21:31 +0100 |
commit | 73d3db828e8149847b3666acbc38f94898ac15a9 (patch) | |
tree | 7cd2d596b9cd5c2c54aef94c4cdf900e99009401 /lisp/org/org-macs.el | |
parent | 64ed4306fc76b2b5386deef8cdd101a2dfe13b74 (diff) | |
download | emacs-73d3db828e8149847b3666acbc38f94898ac15a9.tar.gz |
Merge Org 8.2.4
Diffstat (limited to 'lisp/org/org-macs.el')
-rw-r--r-- | lisp/org/org-macs.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el index 0083d293edc..4afbace56c1 100644 --- a/lisp/org/org-macs.el +++ b/lisp/org/org-macs.el @@ -283,14 +283,6 @@ we turn off invisibility temporarily. Use this in a `let' form." (<= (match-beginning n) pos) (>= (match-end n) pos))) -(defun org-autoload (file functions) - "Establish autoload for all FUNCTIONS in FILE, if not bound already." - (let ((d (format "Documentation will be available after `%s.el' is loaded." - file)) - f) - (while (setq f (pop functions)) - (or (fboundp f) (autoload f file d t))))) - (defun org-match-line (re) "Looking-at at the beginning of the current line." (save-excursion |