X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/32ccc8a5747ec380a9375251e1285264356b8866..791ffe1ce251f03d8cd51b4f67b56b975bd12083:/lisp/kermit.el diff --git a/lisp/kermit.el b/lisp/kermit.el index 5d89299978..12f80c1452 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el @@ -1,7 +1,7 @@ ;;; kermit.el --- additions to shell mode for use with kermit ;; Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Jeff Norden ;; Maintainer: FSF @@ -10,10 +10,10 @@ ;; This file is part of GNU Emacs. -;; GNU Emacs is free software; you can redistribute it and/or modify +;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) -;; any later version. +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,9 +21,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -80,7 +78,7 @@ (require 'shell) -(defvar kermit-esc-char "\C-\\" "*Kermit's escape char") +(defvar kermit-esc-char "\C-\\" "*Kermit's escape char.") (defun kermit-esc () "For sending escape sequences to a kermit running in shell mode." @@ -144,11 +142,11 @@ command `kermit | tr -d '\\015''." 'kermit-clean-filter)) (defun kermit-clean-off () - "Cancel a previous kermit-clean-shell-on command." + "Cancel a previous `kermit-clean-on' command." (interactive) (set-process-filter (get-buffer-process (current-buffer)) nil)) (provide 'kermit) -;;; arch-tag: 6633215d-6c47-4e66-9f27-16fba02a8dce +;; arch-tag: 6633215d-6c47-4e66-9f27-16fba02a8dce ;;; kermit.el ends here