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:
parent
ed1480b1d9
commit
81da37b662
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue