/[emacs]/emacs/lisp/bindings.el
ViewVC logotype

Diff of /emacs/lisp/bindings.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.125 by lute, Mon Sep 29 10:28:21 2003 UTC revision 1.126 by fx, Mon Oct 6 16:25:52 2003 UTC
# Line 518  is okay.  See `mode-line-format'.") Line 518  is okay.  See `mode-line-format'.")
518           ;; Gettext           ;; Gettext
519           ".gmo" ".mo"           ".gmo" ".mo"
520           ;; Texinfo-related           ;; Texinfo-related
521           ".toc" ".log" ".aux"           ;; This used to contain .log, but that's commonly used for log
522             ;; files you do want to see, not just TeX stuff.  -- fx
523             ".toc" ".aux"
524           ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"           ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
525           ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))           ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
526    
# Line 776  language you are using." Line 778  language you are using."
778  (define-key global-map [S-insert]       'yank)  (define-key global-map [S-insert]       'yank)
779  (define-key global-map [undo]           'undo)  (define-key global-map [undo]           'undo)
780  (define-key global-map [redo]           'repeat-complex-command)  (define-key global-map [redo]           'repeat-complex-command)
781    (define-key global-map [again]          'repeat-complex-command) ; Sun keyboard
782    (define-key global-map [open]           'find-file) ; Sun
783    (define-key global-map [stop]           'keyboard-quit) ; Sun
784  ;; (define-key global-map [clearline]   'function-key-error)  ;; (define-key global-map [clearline]   'function-key-error)
785  (define-key global-map [insertline]     'open-line)  (define-key global-map [insertline]     'open-line)
786  (define-key global-map [deleteline]     'kill-line)  (define-key global-map [deleteline]     'kill-line)

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26