/[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.100.2.7 by miles, Sat Jul 17 02:51:54 2004 UTC revision 1.100.2.8 by miles, Wed Oct 6 05:21:52 2004 UTC
# Line 517  is okay.  See `mode-line-format'.") Line 517  is okay.  See `mode-line-format'.")
517           ;; CMUCL           ;; CMUCL
518           ".x86f" ".sparcf"           ".x86f" ".sparcf"
519           ;; Other CL implementations (Allegro, LispWorks, OpenMCL)           ;; Other CL implementations (Allegro, LispWorks, OpenMCL)
520           ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl"           ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl"
521           ;; Libtool           ;; Libtool
522           ".lo" ".la"           ".lo" ".la"
523           ;; Gettext           ;; Gettext
# Line 726  language you are using." Line 726  language you are using."
726  (define-key global-map [C-up]           'backward-paragraph)  (define-key global-map [C-up]           'backward-paragraph)
727  (define-key global-map [C-down]         'forward-paragraph)  (define-key global-map [C-down]         'forward-paragraph)
728  (define-key global-map [C-prior]        'scroll-right)  (define-key global-map [C-prior]        'scroll-right)
729    (put 'scroll-left 'disabled t)
730  (define-key global-map [C-next]         'scroll-left)  (define-key global-map [C-next]         'scroll-left)
731  (define-key global-map [M-next]         'scroll-other-window)  (define-key global-map [M-next]         'scroll-other-window)
732  (define-key global-map [M-prior]        'scroll-other-window-down)  (define-key global-map [M-prior]        'scroll-other-window-down)

Legend:
Removed from v.1.100.2.7  
changed lines
  Added in v.1.100.2.8

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