Explorar o código

org-element.el (org-narrow-to-element): Autoload.

* org-element.el (org-narrow-to-element): Autoload.
Bastien Guerry %!s(int64=13) %!d(string=hai) anos
pai
achega
01bd28be69
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/org-element.el

+ 1 - 0
lisp/org-element.el

@@ -4430,6 +4430,7 @@ ones already marked."
 	(push-mark (org-element-property :end element) t t)
 	(goto-char (org-element-property :begin element))))))
 
+;;;###autoload
 (defun org-narrow-to-element ()
   "Narrow buffer to current element."
   (interactive)