unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to key-sequence
@ 2020-05-04  9:37 Philip K
  2020-08-08 11:56 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Philip K @ 2020-05-04  9:37 UTC (permalink / raw)
  To: 41072

---
 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to key-sequence
  2020-05-04  9:37 bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to key-sequence Philip K
@ 2020-08-08 11:56 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-08 11:56 UTC (permalink / raw)
  To: Philip K; +Cc: 41072

Philip K <philip@warpmail.net> writes:

>    "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

Thanks; applied to Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-08 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04  9:37 bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to key-sequence Philip K
2020-08-08 11:56 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).