diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-01 15:47:19 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-01 15:47:19 +0000 |
commit | 5fd6d89f46d4603757d5669904637201dd6677bb (patch) | |
tree | 2abce780224b009fbc9473fe7bbf50260a7c0000 /lisp/term/sun.el | |
parent | a3ea6ec61ebb066175d7a0be5f7177d55ced5fa7 (diff) | |
download | emacs-5fd6d89f46d4603757d5669904637201dd6677bb.tar.gz emacs-5fd6d89f46d4603757d5669904637201dd6677bb.tar.bz2 emacs-5fd6d89f46d4603757d5669904637201dd6677bb.zip |
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/term/sun.el')
-rw-r--r-- | lisp/term/sun.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index 7d857ca1266..3963a18efdb 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el @@ -1,6 +1,7 @@ ;;; sun.el --- keybinding for standard default sunterm keys -;; Copyright (C) 1987, 2001, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1987, 2001, 2002, 2003, 2004, +;; 2005 Free Software Foundation, Inc. ;; Author: Jeff Peck <peck@sun.com> ;; Keywords: terminals @@ -253,7 +254,7 @@ (while hooks (eval (car hooks)) (setq hooks (cdr hooks))))) - + (define-key ctl-x-map "\C-@" 'sun-mouse-once)) (defun emacstool-init () |