]> code.delx.au - gnu-emacs/blobdiff - lisp/term/bobcat.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / term / bobcat.el
index e7723b0706d592292d9ce7bfc049f176a7b1c3cf..a32da6ae8f237de1c1f386c74e5433fd28aa27eb 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-bobcat ()
   "Terminal initialization function for bobcat."
@@ -6,5 +5,6 @@
   (keyboard-translate ?\177 ?\^h)
   (keyboard-translate ?\^h ?\177))
 
-;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
+(provide 'term/bobcat)
+
 ;;; bobcat.el ends here