Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9fc10007
Commit
9fc10007
authored
Oct 28, 2008
by
Glenn Morris
Browse files
(outline-next-heading, outline-back-to-heading): Fix declarations.
parent
30ab4580
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/org/ChangeLog
lisp/org/ChangeLog
+7
-0
lisp/org/org-list.el
lisp/org/org-list.el
+2
-2
No files found.
lisp/org/ChangeLog
View file @
9fc10007
2008-10-28 Glenn Morris <rgm@gnu.org>
* org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
* org-list.el (outline-next-heading, outline-back-to-heading):
Fix declarations.
2008-10-26 Carsten Dominik <dominik@science.uva.nl>
* org-agenda.el (org-format-agenda-item)
...
...
lisp/org/org-list.el
View file @
9fc10007
...
...
@@ -38,8 +38,8 @@
(declare-function org-invisible-p "org" ())
(declare-function org-on-heading-p "org" (&optional invisible-ok))
(declare-function outline-next-heading "o
rg
" ())
(declare-function outline-back-to-heading "o
rg
" (&optional invisible-ok))
(declare-function outline-next-heading "o
utline
" ())
(declare-function outline-back-to-heading "o
utline
" (&optional invisible-ok))
(declare-function org-back-to-heading "org" (&optional invisible-ok))
(declare-function org-back-over-empty-lines "org" ())
(declare-function org-skip-whitespace "org" ())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment