emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-cmpl.el
Date: Fri, 03 May 2002 16:42:32 -0400

Index: emacs/lisp/eshell/em-cmpl.el
diff -c emacs/lisp/eshell/em-cmpl.el:1.8 emacs/lisp/eshell/em-cmpl.el:1.9
*** emacs/lisp/eshell/em-cmpl.el:1.8    Sat Feb 16 04:37:54 2002
--- emacs/lisp/eshell/em-cmpl.el        Fri May  3 16:42:32 2002
***************
*** 116,123 ****
      ("CC"       . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
      ("acc"      . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
      ("bcc"      . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
!     ("objdump"  . "\\(\\`[^.]*\\|\\.[ao]\\)\\'")
!     ("nm"       . "\\(\\`[^.]*\\|\\.[ao]\\)\\'")
      ("gdb"      . "\\`\\([^.]*\\|a\\.out\\)\\'")
      ("dbx"      . "\\`\\([^.]*\\|a\\.out\\)\\'")
      ("sdb"      . "\\`\\([^.]*\\|a\\.out\\)\\'")
--- 116,124 ----
      ("CC"       . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
      ("acc"      . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
      ("bcc"      . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
!     ("readelf"  . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'")
!     ("objdump"  . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'")
!     ("nm"       . "\\(\\`[^.]*\\|\\.\\([ao]\\|so\\)\\)\\'")
      ("gdb"      . "\\`\\([^.]*\\|a\\.out\\)\\'")
      ("dbx"      . "\\`\\([^.]*\\|a\\.out\\)\\'")
      ("sdb"      . "\\`\\([^.]*\\|a\\.out\\)\\'")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]