Sync to HEAD
[bpt/emacs.git] / lisp / term / vt100.el
index cc33087..aa73722 100644 (file)
@@ -53,4 +53,5 @@ With negative argument, switch to 80-column mode."
  (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))
  (set-frame-width terminal-frame (if vt100-wide-mode 132 80)))
 
+;;; arch-tag: 9ff41f24-a7c9-4dee-9cf2-fbaa951eb840
 ;;; vt100.el ends here