Make C-x ` binding just once.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 22:36:32 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 May 1993 22:36:32 +0000 (22:36 +0000)
lisp/progmodes/compile.el

index 7bca70d..88bf0e9 100644 (file)
@@ -1054,8 +1054,6 @@ See variable `compilation-parse-errors-function' for the interface it uses."
   (setq compilation-error-list (nreverse compilation-error-list))
   (message "Parsing error messages...done"))
 
-(define-key ctl-x-map "`" 'next-error)
-
 (provide 'compile)
 
 ;;; compile.el ends here