# HG changeset patch # User Karl Heuer # Date 877591983 0 # Node ID cd9968dc162ad876a6481847bf453eb98fb1ff05 # Parent 8e6a173fcd9f56d7aa2e4e0b22481b26d1532b94 Define `/' in c-mode-base-map since all modes now support c-electric-slash. Define C-c C-e in mode-specific maps instead of c-mode-base-map since c-expand-macro is meaningless in Java and IDL. diff -r 8e6a173fcd9f -r cd9968dc162a lisp/progmodes/cc-langs.el --- a/lisp/progmodes/cc-langs.el Thu Oct 23 07:32:37 1997 +0000 +++ b/lisp/progmodes/cc-langs.el Thu Oct 23 07:33:03 1997 +0000 @@ -7,7 +7,7 @@ ;; 1985 Richard M. Stallman ;; Maintainer: cc-mode-help@python.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: 5.17 +;; Version: 5.18 ;; Keywords: c languages oop ;; This file is part of GNU Emacs.