bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to


From: Philip K
Subject: bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to key-sequence
Date: Mon, 4 May 2020 11:37:55 +0200

---
 lisp/outline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index 28ea8a86e6..15fd6ea02e 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -293,7 +293,7 @@ outline-minor-mode-prefix
   "Prefix key to use for Outline commands in Outline minor mode.
 The value of this variable is checked as part of loading Outline mode.
 After that, changing the prefix key requires manipulating keymaps."
-  :type 'string
+  :type 'key-sequence
   :group 'outlines)
 
 ;;;###autoload
-- 
2.20.1






reply via email to

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