Fix recent gdb-mi change
* lisp/progmodes/gdb-mi.el (gdb-registers-filter-pattern-list): Fix type.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user