GNU bug report logs - #41072
[PATCH] Changed outline-minor-mode-prefix type from string to key-sequence

Previous Next

Package: emacs;

Reported by: Philip K <philip <at> warpmail.net>

Date: Mon, 4 May 2020 09:39:02 UTC

Severity: wishlist

Tags: fixed, patch

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Philip K <philip <at> warpmail.net>
To: 41072 <at> debbugs.gnu.org
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





This bug report was last modified 4 years and 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.