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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el [lexbind]
Date: Wed, 06 Oct 2004 01:49:30 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.100.2.7 emacs/lisp/bindings.el:1.100.2.8
*** emacs/lisp/bindings.el:1.100.2.7    Sat Jul 17 02:51:54 2004
--- emacs/lisp/bindings.el      Wed Oct  6 05:21:52 2004
***************
*** 517,523 ****
         ;; CMUCL
         ".x86f" ".sparcf"
           ;; Other CL implementations (Allegro, LispWorks, OpenMCL)
!          ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl"
         ;; Libtool
         ".lo" ".la"
         ;; Gettext
--- 517,523 ----
         ;; CMUCL
         ".x86f" ".sparcf"
           ;; Other CL implementations (Allegro, LispWorks, OpenMCL)
!          ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl"
         ;; Libtool
         ".lo" ".la"
         ;; Gettext
***************
*** 726,731 ****
--- 726,732 ----
  (define-key global-map [C-up]         'backward-paragraph)
  (define-key global-map [C-down]               'forward-paragraph)
  (define-key global-map [C-prior]      'scroll-right)
+ (put 'scroll-left 'disabled t)
  (define-key global-map [C-next]               'scroll-left)
  (define-key global-map [M-next]               'scroll-other-window)
  (define-key global-map [M-prior]      'scroll-other-window-down)




reply via email to

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