emacs-diffs
[Top][All Lists]
Advanced

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

master d34e38f7d1: Make the symbol icons in outline.el more logical


From: Lars Ingebrigtsen
Subject: master d34e38f7d1: Make the symbol icons in outline.el more logical
Date: Sat, 30 Jul 2022 09:36:37 -0400 (EDT)

branch: master
commit d34e38f7d14ff45c19102676dc53f5389e8f32f6
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make the symbol icons in outline.el more logical
    
    * lisp/outline.el (outline-open, outline-close): Use symbols from
    the same series so that it's more likely that they match up (bug#56823).
---
 lisp/outline.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index 1aba79784f..7750f9a75d 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -295,7 +295,7 @@ buffers (yet) -- that will be amended in a future version."
 
 (define-icon outline-open button
   '((emoji "▶️")
-    (symbol " ▶ ")
+    (symbol " ⯈ ")
     (text " open "))
   "Icon used for buttons for opening a section in outline buffers."
   :version "29.1"
@@ -303,7 +303,7 @@ buffers (yet) -- that will be amended in a future version."
 
 (define-icon outline-close button
   '((emoji "🔽")
-    (symbol " ▼ ")
+    (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]