X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5a95db215e07e2f80af6238a0f92b5d6823a7e0b..73b0cd50031a714347109169ceb8bacae338612a:/lisp/term/rxvt.el diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index c96c8a6e29..a763bf141c 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el @@ -1,16 +1,17 @@ ;;; rxvt.el --- define function key sequences and standard colors for rxvt -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +;; Copyright (C) 2002-2011 +;; Free Software Foundation, Inc. ;; Author: Eli Zaretskii ;; Keywords: terminals ;; 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 3, 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 @@ -18,9 +19,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: @@ -311,5 +310,4 @@ for the currently selected frame." (* (apply '+ (car (cddr (nth 15 rxvt-standard-colors)))) 0.6)) (set-terminal-parameter nil 'background-mode 'dark))))) -;; arch-tag: 20cf2fb6-6318-4bab-9dbf-1d15048f2257 ;;; rxvt.el ends here