comparison lisp/pcmpl-unix.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 67b464da13ec
children 6fb026ad601f 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
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