unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob 2f61195352377ecf8977613fd8558132fb6aec19 299 bytes (raw)
name: lisp/term/bobcat.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
;;; bobcat.el  -*- lexical-binding:t -*-

(defun terminal-init-bobcat ()
  "Terminal initialization function for bobcat."
  ;; HP terminals usually encourage using ^H as the rubout character
  (key-translate "DEL "C-h")
  (key-translate "C-h "DEL"))

(provide 'term/bobcat)

;;; bobcat.el ends here

debug log:

solving 2f611953523 ...
found 2f611953523 in https://yhetil.org/emacs-bugs/87a5tyfb6t.fsf@gmail.com/
found 983c8cded2f in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 983c8cded2f97e1ef28c53e8f96e8d5a7a2c645c	lisp/term/bobcat.el

applying [1/1] https://yhetil.org/emacs-bugs/87a5tyfb6t.fsf@gmail.com/
diff --git i/lisp/term/bobcat.el w/lisp/term/bobcat.el
index 983c8cded2f..2f611953523 100644

Checking patch lisp/term/bobcat.el...
Applied patch lisp/term/bobcat.el cleanly.

index at:
100644 2f61195352377ecf8977613fd8558132fb6aec19	lisp/term/bobcat.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).