/[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.121.2.4 by miles, Sat Jul 17 02:46:46 2004 UTC revision 1.121.2.5 by miles, Tue Sep 21 09:34:09 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 720  language you are using." Line 720  language you are using."
720  (define-key global-map [C-up]           'backward-paragraph)  (define-key global-map [C-up]           'backward-paragraph)
721  (define-key global-map [C-down]         'forward-paragraph)  (define-key global-map [C-down]         'forward-paragraph)
722  (define-key global-map [C-prior]        'scroll-right)  (define-key global-map [C-prior]        'scroll-right)
723    (put 'scroll-left 'disabled t)
724  (define-key global-map [C-next]         'scroll-left)  (define-key global-map [C-next]         'scroll-left)
725  (define-key global-map [M-next]         'scroll-other-window)  (define-key global-map [M-next]         'scroll-other-window)
726  (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.121.2.4  
changed lines
  Added in v.1.121.2.5

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