emacs/lisp/emulation
Stefan Kangas 32db168290 Prefer defvar-keymap in some trivial cases
* lisp/calendar/diary-lib.el (diary-fancy-overriding-map):
* lisp/emacs-lisp/chart.el (chart-mode-map):
* lisp/emulation/cua-base.el (cua-global-keymap)
(cua--cua-keys-keymap, cua--prefix-override-keymap)
(cua--prefix-repeat-keymap, cua--global-mark-keymap)
(cua--rectangle-keymap, cua--region-keymap):
* lisp/emulation/viper-keym.el (viper-vi-intercept-map)
(viper-insert-intercept-map, viper-emacs-intercept-map)
(viper-vi-global-user-map, viper-vi-basic-map, viper-vi-kbd-map)
(viper-vi-diehard-map, viper-insert-global-user-map)
(viper-insert-basic-map, viper-insert-diehard-map)
(viper-insert-kbd-map, viper-replace-map)
(viper-emacs-global-user-map, viper-emacs-kbd-map)
(viper-empty-keymap, viper-mode-map, viper-minibuffer-map)
(viper-ex-cmd-map, ex-read-filename-map)
(viper-slash-and-colon-map, viper-comint-mode-modifier-map)
(viper-dired-modifier-map, viper-gnus-modifier-map):
* lisp/gnus/gnus-sum.el (gnus-summary-generic-mark-map):
* lisp/menu-bar.el (global-buffers-menu-map)
(menu-bar-preferences-menu):
* lisp/mh-e/mh-e.el (mh-folder-mode-map, mh-inc-spool-map)
(mh-search-mode-map, mh-show-mode-map):
* lisp/play/dunnet.el (dungeon-batch-map):
* lisp/progmodes/autoconf.el (autoconf-mode-map):
* lisp/tool-bar.el (tool-bar-map):
* lisp/vc/ediff-help.el (ediff-help-region-map):
* lisp/vc/ediff-hook.el (menu-bar-epatch-menu)
(menu-bar-ediff-merge-menu, menu-bar-ediff-menu):
* lisp/windmove.el (windmove-mode-map):
* lisp/xwidget.el (xwidget-webkit-isearch-mode-map)
(xwidget-webkit-edit-mode-map): Prefer defvar-keymap.
2022-07-20 09:27:30 +02:00
..
cua-base.el Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
cua-gmrk.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cua-rect.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
edt-lk201.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt-mapper.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt-pc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt-vt100.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
keypad.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
viper-cmd.el Merge from origin/emacs-28 2022-04-28 18:37:34 +03:00
viper-ex.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
viper-init.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
viper-keym.el Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
viper-macs.el Use command substitutions instead of literal keys in some places 2022-07-03 23:31:31 +02:00
viper-mous.el Fix handling double-click-time nil or t 2022-05-02 12:03:08 +02:00
viper-util.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
viper.el Quote some literal keys to get help-key-binding face 2022-07-03 23:31:31 +02:00