emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/sun.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sun.el
Date: Mon, 01 Aug 2005 11:44:24 -0400

Index: emacs/lisp/term/sun.el
diff -c emacs/lisp/term/sun.el:1.17 emacs/lisp/term/sun.el:1.18
*** emacs/lisp/term/sun.el:1.17 Wed Jul 27 18:02:07 2005
--- emacs/lisp/term/sun.el      Mon Aug  1 15:44:22 2005
***************
*** 1,6 ****
  ;;; sun.el --- keybinding for standard default sunterm keys
  
! ;; Copyright (C) 1987, 2001, 2005 Free Software Foundation, Inc.
  
  ;; Author: Jeff Peck <address@hidden>
  ;; Keywords: terminals
--- 1,7 ----
  ;;; sun.el --- keybinding for standard default sunterm keys
  
! ;; Copyright (C) 1987, 2001, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: Jeff Peck <address@hidden>
  ;; Keywords: terminals
***************
*** 253,259 ****
        (while hooks
        (eval (car hooks))
        (setq hooks (cdr hooks)))))
!   
    (define-key ctl-x-map "\C-@" 'sun-mouse-once))
  
  (defun emacstool-init ()
--- 254,260 ----
        (while hooks
        (eval (car hooks))
        (setq hooks (cdr hooks)))))
! 
    (define-key ctl-x-map "\C-@" 'sun-mouse-once))
  
  (defun emacstool-init ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]