emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/fountain-mode db702b5 2/4: Add fountain-outline-show-al


From: Paul W. Rankin
Subject: [elpa] externals/fountain-mode db702b5 2/4: Add fountain-outline-show-all alias
Date: Mon, 5 Aug 2019 00:25:35 -0400 (EDT)

branch: externals/fountain-mode
commit db702b5fa51e5fe6f9b9902b024d7cc496bb827e
Author: Paul W. Rankin <address@hidden>
Commit: Paul W. Rankin <address@hidden>

    Add fountain-outline-show-all alias
---
 fountain-mode.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/fountain-mode.el b/fountain-mode.el
index 387cc9e..1728426 100644
--- a/fountain-mode.el
+++ b/fountain-mode.el
@@ -3573,6 +3573,7 @@ Otherwise, only operate on section and scene headings."
 (defalias 'fountain-outline-backward 'outline-backward-same-level)
 (defalias 'fountain-outline-up 'outline-up-heading)
 (defalias 'fountain-outline-mark 'outline-mark-subtree)
+(defalias 'fountain-outline-show-all 'outline-show-all)
 
 (when (< emacs-major-version 25)
   (defalias 'outline-show-all 'show-all)
@@ -4842,9 +4843,7 @@ keywords suitable for Font Lock."
      "---"
      ["Cycle Outline Visibility" fountain-outline-cycle]
      ["Cycle Global Outline Visibility" fountain-outline-cycle-global]
-     ;; FIXME: this would be better as an alias, i.e.
-     ;; `fountain-outline-show-all'
-     ["Show All" outline-show-all]
+     ["Show All" fountain-outline-show-all]
      "---"
      ["Next Character" fountain-forward-character]
      ["Previous Character" fountain-backward-character]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]