unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Philip K <philip@warpmail.net>
To: 41072@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	[thread overview]
Message-ID: <20200504093755.14502-1-philip@warpmail.net> (raw)

---
 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	other threads:[~2020-05-04  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04  9:37 Philip K [this message]
2020-08-08 11:56 ` bug#41072: [PATCH] Changed outline-minor-mode-prefix type from string to key-sequence Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200504093755.14502-1-philip@warpmail.net \
    --to=philip@warpmail.net \
    --cc=41072@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).