comparison lisp/net/tramp-util.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 978e262c8f3a
children 92796330257a 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
50 (tramp-handle-shell-command command (get-buffer "*Compilation*")) 50 (tramp-handle-shell-command command (get-buffer "*Compilation*"))
51 (pop-to-buffer (get-buffer "*Compilation*")) 51 (pop-to-buffer (get-buffer "*Compilation*"))
52 (compilation-minor-mode 1)) 52 (compilation-minor-mode 1))
53 53
54 (provide 'tramp-util) 54 (provide 'tramp-util)
55
56 ;;; arch-tag: 500f9992-a44e-46d0-83a7-980799251808
55 ;;; tramp-util.el ends here 57 ;;; tramp-util.el ends here