/[emacs]/emacs/lisp/textmodes/org.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/org.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by cdominik, Fri Apr 15 06:50:23 2005 UTC revision 1.14 by cdominik, Sat Apr 16 14:50:10 2005 UTC
# Line 8403  If INVISIBLE-OK is non-nil, an invisible Line 8403  If INVISIBLE-OK is non-nil, an invisible
8403  This function considers both visible and invisible heading lines.  This function considers both visible and invisible heading lines.
8404  With argument, move up ARG levels."  With argument, move up ARG levels."
8405    (if org-noutline-p    (if org-noutline-p
8406        (outline-up-heading-all arg)        (outline-up-heading arg t)
8407      (org-back-to-heading t)      (org-back-to-heading t)
8408      (looking-at outline-regexp)      (looking-at outline-regexp)
8409      (if (<= (- (match-end 0) (match-beginning 0)) arg)      (if (<= (- (match-end 0) (match-beginning 0)) arg)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26