mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* lisp/pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
This commit is contained in:
parent
1021c7615d
commit
b559f1a908
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2012-01-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
|
||||
|
||||
2012-01-24 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* color.el (color-rgb-to-hsl): Fix value computing.
|
||||
|
|
|
|||
|
|
@ -243,6 +243,8 @@
|
|||
"--volno-file=")))
|
||||
(pcomplete-opt "01234567ABCFGKLMNOPRSTUVWXZbcdfghiklmoprstuvwxz"))
|
||||
(cond
|
||||
((pcomplete-match "\\`-\\'" 0)
|
||||
(pcomplete-here*))
|
||||
((pcomplete-match "\\`--after-date=" 0)
|
||||
(pcomplete-here*))
|
||||
((pcomplete-match "\\`--backup=" 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue