comparison lisp/pcmpl-unix.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
120 "Completion for the `chgrp' command." 120 "Completion for the `chgrp' command."
121 (unless (pcomplete-match "\\`-") 121 (unless (pcomplete-match "\\`-")
122 (pcomplete-here* (pcmpl-unix-group-names))) 122 (pcomplete-here* (pcmpl-unix-group-names)))
123 (while (pcomplete-here (pcomplete-entries)))) 123 (while (pcomplete-here (pcomplete-entries))))
124 124
125 ;;; arch-tag: 3f9eb5af-7e0e-449d-b586-381cbbf8fc5c
125 ;;; pcmpl-unix.el ends here 126 ;;; pcmpl-unix.el ends here