comparison lisp/net/netrc.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 7089f332a708
children 18a818a2ee7c 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
123 "Return the value of token TYPE from ALIST." 123 "Return the value of token TYPE from ALIST."
124 (cdr (assoc type alist))) 124 (cdr (assoc type alist)))
125 125
126 (provide 'netrc) 126 (provide 'netrc)
127 127
128 ;;; arch-tag: af9929cc-2d12-482f-936e-eb4366f9fa55
128 ;;; netrc.el ends here 129 ;;; netrc.el ends here