[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fixing namespace prefixes in outline.el
From: |
Oleh Krehel |
Subject: |
Re: Fixing namespace prefixes in outline.el |
Date: |
Wed, 28 Jan 2015 12:47:54 +0100 |
> Is it OK to e.g.:
>
> (defun outline-show-subtree ()
> "Show everything after this heading at deeper levels."
> (interactive)
> (outline-flag-subtree nil))
>
> (define-obsolete-function-alias
> 'show-subtree 'outline-show-subtree "25.1")
All namespace changes are now in origin/scratch/outline.
I also added/improved a bunch of docstrings in outline.el.
Could someone please revew and merge it?
Oleh