]> code.delx.au - gnu-emacs/blobdiff - lisp/term/iris-ansi.el
* lisp/delsel.el (delete-active-region): Let-bind `this-command'
[gnu-emacs] / lisp / term / iris-ansi.el
index 945fe1f5a69da5f223dd764cd6574327cef4097b..46bcbf0a52ffa18599ef95585c469b3f9bdbfec8 100644 (file)
@@ -1,6 +1,6 @@
-;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*-
+;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps
 
-;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2001-2013 Free Software Foundation, Inc.
 
 ;; Author: Dan Nicolaescu <dann@ics.uci.edu>
 
   "Terminal initialization function for iris-ansi."
   ;; Use inheritance to let the main keymap override these defaults.
   ;; This way we don't override terminfo-derived settings or settings
-  ;; made in the .emacs file.
+  ;; made in the init file.
   (let ((m (copy-keymap iris-function-map)))
     (set-keymap-parent m (keymap-parent input-decode-map))
     (set-keymap-parent input-decode-map m)))