emacs-diffs
[Top][All Lists]
Advanced

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

master 8264e8d 2/2: outline-minor-mode-prefix is a key sequence, not a s


From: Lars Ingebrigtsen
Subject: master 8264e8d 2/2: outline-minor-mode-prefix is a key sequence, not a string
Date: Sat, 8 Aug 2020 07:56:16 -0400 (EDT)

branch: master
commit 8264e8deaf6d67492964b63bb729ab6fcc350781
Author: Philip K <philip@warpmail.net>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    outline-minor-mode-prefix is a key sequence, not a string
    
    * lisp/outline.el (outline-minor-mode-prefix): Fix the type (bug#41072).
---
 lisp/outline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index d2a5d42..aa8ed58 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -295,7 +295,7 @@ Turning on outline mode calls the value of `text-mode-hook' 
and then of
   "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
   :set (lambda (sym val)
          (define-key outline-minor-mode-map outline-minor-mode-prefix nil)



reply via email to

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