Add arch taglines
[bpt/emacs.git] / lisp / eshell / em-banner.el
index 90d59f3..c6f65cc 100644 (file)
@@ -1,4 +1,4 @@
-;;; em-banner --- sample module that displays a login banner
+;;; em-banner.el --- sample module that displays a login banner
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation
 
@@ -89,4 +89,5 @@ This can be any sexp, and should end with at least two newlines."
     (goto-char (point-min))
     (looking-at msg)))
 
+;;; arch-tag: e738b4ef-8671-42ae-a757-291779b92491
 ;;; em-banner.el ends here