emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Wed, 08 Sep 2004 16:27:52 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.328 
emacs/lisp/progmodes/compile.el:1.329
*** emacs/lisp/progmodes/compile.el:1.328       Tue Sep  7 18:19:17 2004
--- emacs/lisp/progmodes/compile.el     Wed Sep  8 20:21:15 2004
***************
*** 1059,1065 ****
      (set-keymap-parent map compilation-minor-mode-map)
      (define-key map " " 'scroll-up)
      (define-key map "\^?" 'scroll-down)
!     (define-key map "\C-c\C-f" 'next-error-follow-mode)
  
      ;; Set up the menu-bar
      (define-key map [menu-bar compilation]
--- 1059,1065 ----
      (set-keymap-parent map compilation-minor-mode-map)
      (define-key map " " 'scroll-up)
      (define-key map "\^?" 'scroll-down)
!     (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
  
      ;; Set up the menu-bar
      (define-key map [menu-bar compilation]




reply via email to

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