emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Mon, 06 Oct 2003 12:25:54 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.125 emacs/lisp/bindings.el:1.126
*** emacs/lisp/bindings.el:1.125        Mon Sep 29 06:28:21 2003
--- emacs/lisp/bindings.el      Mon Oct  6 12:25:52 2003
***************
*** 518,524 ****
         ;; Gettext
         ".gmo" ".mo"
         ;; Texinfo-related
!        ".toc" ".log" ".aux"
         ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
         ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
  
--- 518,526 ----
         ;; Gettext
         ".gmo" ".mo"
         ;; Texinfo-related
!        ;; This used to contain .log, but that's commonly used for log
!        ;; files you do want to see, not just TeX stuff.  -- fx
!        ".toc" ".aux"
         ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
         ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
  
***************
*** 776,781 ****
--- 778,786 ----
  (define-key global-map [S-insert]     'yank)
  (define-key global-map [undo]         'undo)
  (define-key global-map [redo]         'repeat-complex-command)
+ (define-key global-map [again]                'repeat-complex-command) ; Sun 
keyboard
+ (define-key global-map [open]         'find-file) ; Sun
+ (define-key global-map [stop]         'keyboard-quit) ; Sun
  ;; (define-key global-map [clearline] 'function-key-error)
  (define-key global-map [insertline]   'open-line)
  (define-key global-map [deleteline]   'kill-line)




reply via email to

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