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

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

[elpa] externals/easy-escape c7ee1cb 02/27: Add autoload and clean up ea


From: ELPA Syncer
Subject: [elpa] externals/easy-escape c7ee1cb 02/27: Add autoload and clean up easy-escape-character list
Date: Tue, 14 Sep 2021 17:57:28 -0400 (EDT)

branch: externals/easy-escape
commit c7ee1cb01039889b6785c2095642264bebfbba50
Author: Clément Pit--Claudel <clement.pitclaudel@live.com>
Commit: Clément Pit--Claudel <clement.pitclaudel@live.com>

    Add autoload and clean up easy-escape-character list
---
 easy-escape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/easy-escape.el b/easy-escape.el
index df13140..656bc0d 100644
--- a/easy-escape.el
+++ b/easy-escape.el
@@ -44,7 +44,6 @@ Good candidates include the following:
   ⇘ SOUTH EAST DOUBLE ARROW (typed as '?⇘')
   ⦥ MATHEMATICAL REVERSED ANGLE WITH UNDERBAR (typed as '?⦥')
   ⦣ MATHEMATICAL REVERSED ANGLE (typed as '?⦣')
-  🔧 WRENCH (typed as '?🔧')
   ⧹ BIG REVERSE SOLIDUS (typed as '?⧹')
 Most of these characters require non-standard fonts to display properly, 
however."
   :group 'easy-escape)
@@ -67,6 +66,7 @@ Search ends at LIMIT."
   "Compose characters from START to (+ 2 START) into `easy-escape-character'."
   (compose-region start (+ 2 start) easy-escape-character))
 
+;;;###autoload
 (define-minor-mode easy-escape-mode
   "Compose escape signs together to make regexps more readable.
 When this mode is active, \\\\ in strings is displayed as a



reply via email to

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