emacs-diffs
[Top][All Lists]
Advanced

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

master a23f9b7bda: Reverse the outline arrows


From: Lars Ingebrigtsen
Subject: master a23f9b7bda: Reverse the outline arrows
Date: Fri, 12 Aug 2022 08:50:20 -0400 (EDT)

branch: master
commit a23f9b7bda9f56ea97a4d5ff590e81625de63a6b
Author: Stephen Berman <stephen.berman@gmx.net>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Reverse the outline arrows
    
    * lisp/outline.el (outline-open): Reverse the arrows to match
    arrows in Customize (bug#57082).
---
 lisp/outline.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index 35524a79a9..8132043097 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -294,16 +294,16 @@ buffers (yet) -- that will be amended in a future 
version."
   :version "29.1")
 
 (define-icon outline-open button
-  '((emoji "▶️")
-    (symbol " ⯈ ")
+  '((emoji "🔽")
+    (symbol " ⯆ ")
     (text " open "))
   "Icon used for buttons for opening a section in outline buffers."
   :version "29.1"
   :help-echo "Open this section")
 
 (define-icon outline-close button
-  '((emoji "🔽")
-    (symbol " ⯆ ")
+  '((emoji "▶️")
+    (symbol " ⯈ ")
     (text " close "))
   "Icon used for buttons for closing a section in outline buffers."
   :version "29.1"



reply via email to

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