diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-01-31 17:31:09 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-01-31 17:32:26 +0100 |
commit | dbf08491a5a45d88048082ba6ece1b61bdbc622b (patch) | |
tree | 78de737ed5696fbaebd6e25ebf053fa3290c98f2 /test/lisp/help-tests.el | |
parent | 1d1b664fbb9232aa40d8daa54a689cfd63d38aa9 (diff) | |
download | emacs-dbf08491a5a45d88048082ba6ece1b61bdbc622b.tar.gz emacs-dbf08491a5a45d88048082ba6ece1b61bdbc622b.tar.bz2 emacs-dbf08491a5a45d88048082ba6ece1b61bdbc622b.zip |
Make more ranges sort properly in describe-keymap
* lisp/subr.el (keymap-canonicalize): Don't consider two-character
ranges as a range (bug#11325).
Diffstat (limited to 'test/lisp/help-tests.el')
-rw-r--r-- | test/lisp/help-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index d27e3d7cd4d..9c9dddcd19c 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el @@ -286,11 +286,11 @@ M-g M-c switch-to-completions " Key Binding -+ -( .. ) short-range 1 .. 4 foo-range a .. c foo-other-range C-e foo-something +( .. ) short-range x foo-original <F1> foo-function-key1 ")))) @@ -304,12 +304,12 @@ x foo-original " Key Binding -+ -( .. ) short-range 1 .. 4 foo-range a .. c foo-other-range C-e foo-something (this binding is currently shadowed) +( .. ) short-range x foo-original (this binding is currently shadowed) <F1> foo-function-key1 |