Mercurial > emacs
changeset 45095:2d19e70b4385
(eshell-command-completions-alist): Improved default completion
targets for objdump, nm and readelf.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 03 May 2002 20:42:32 +0000 |
parents | 6a12412754f7 |
children | faa83eec9ea0 |
files | lisp/eshell/em-cmpl.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/em-cmpl.el Fri May 03 20:42:19 2002 +0000 +++ b/lisp/eshell/em-cmpl.el Fri May 03 20:42:32 2002 +0000 @@ -116,8 +116,9 @@ ("CC" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'") ("acc" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'") ("bcc" . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'") - ("objdump" . "\\(\\`[^.]*\\|\\.[ao]\\)\\'") - ("nm" . "\\(\\`[^.]*\\|\\.[ao]\\)\\'") + ("readelf" . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'") + ("objdump" . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'") + ("nm" . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'") ("gdb" . "\\`\\([^.]*\\|a\\.out\\)\\'") ("dbx" . "\\`\\([^.]*\\|a\\.out\\)\\'") ("sdb" . "\\`\\([^.]*\\|a\\.out\\)\\'")