1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

Fix recent gdb-mi change

* lisp/progmodes/gdb-mi.el (gdb-registers-filter-pattern-list):
Fix type.
This commit is contained in:
Glenn Morris 2021-07-25 09:44:37 -07:00
parent ed1480b1d9
commit 81da37b662

View file

@ -594,7 +594,7 @@ filter."
Each pattern is a regular expression. GDB displays registers
whose name matches any pattern in the list. Refresh the register
buffer for the change to take effect."
:type 'list
:type '(repeat regexp)
:group 'gdb-buffers
:version "28.1")