diff options
Diffstat (limited to 'emacsconf-subed.el')
| -rw-r--r-- | emacsconf-subed.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsconf-subed.el b/emacsconf-subed.el index f54a9c7..e600dd2 100644 --- a/emacsconf-subed.el +++ b/emacsconf-subed.el @@ -169,6 +169,8 @@ TYPE can be 'end if you want the match end instead of the beginning." subtitles) (nreverse (cons current result)))) +(defalias 'emacsconf-extract-subed-copy-section-text #'emacsconf-subed-copy-current-chapter-text) + (defun emacsconf-subed-copy-current-chapter-text (&optional only-from-point) "Copy text between NOTE and NOTE chapter comments." (interactive (list current-prefix-arg)) |
