Skip to content

Commit

Permalink
Add arch taglines
Browse files Browse the repository at this point in the history
  • Loading branch information
miles committed Sep 1, 2003
1 parent c6f6bb8 commit d64655d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pcmpl-cvs.el
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,5 @@ operation character applies, as displayed by 'cvs -n update'."
(setq pcomplete-stub nondir)
(pcomplete-uniqify-list entries)))

;;; arch-tag: d2aeac43-4bf5-4509-a496-74b863c6642b
;;; pcmpl-cvs.el ends here
1 change: 1 addition & 0 deletions pcmpl-gnu.el
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,5 @@
;;;###autoload
(defalias 'pcomplete/gdb 'pcomplete/xargs)

;;; arch-tag: 06d2b429-dcb1-4a57-84e1-f70d87781183
;;; pcmpl-gnu.el ends here
1 change: 1 addition & 0 deletions pcmpl-linux.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@
(pcomplete-uniqify-list points)
(cons "swap" (pcmpl-linux-mounted-directories))))))

;;; arch-tag: bb0961a6-a623-463d-92c6-497c317293b1
;;; pcmpl-linux.el ends here
1 change: 1 addition & 0 deletions pcmpl-rpm.el
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,5 @@ You can use \\[eshell-report-bug] to do so."
(t
(error "You must select a mode: -q, -i, -U, --verify, etc"))))))

;;; arch-tag: 4e64b490-fecf-430e-b2b9-70a8ad64b8c1
;;; pcmpl-rpm.el ends here
1 change: 1 addition & 0 deletions pcmpl-unix.el
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@
(pcomplete-here* (pcmpl-unix-group-names)))
(while (pcomplete-here (pcomplete-entries))))

;;; arch-tag: 3f9eb5af-7e0e-449d-b586-381cbbf8fc5c
;;; pcmpl-unix.el ends here
1 change: 1 addition & 0 deletions pcomplete.el
Original file line number Diff line number Diff line change
Expand Up @@ -1206,4 +1206,5 @@ Returns the resultant list."
; (defalias 'pc-match-beginning 'pcomplete-match-beginning)
; (defalias 'pc-match-end 'pcomplete-match-end)

;;; arch-tag: ae32ef2d-dbed-4244-8b0f-cf5a2a3b07a4
;;; pcomplete.el ends here

0 comments on commit d64655d

Please sign in to comment.