From: Karl Heuer Date: Thu, 23 Oct 1997 07:33:03 +0000 (+0000) Subject: Define `/' in c-mode-base-map since all modes now support X-Git-Tag: emacs-20.3~2935 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=326c27f8f4d1ffdd54df5355b1403638cd0ade6a;p=emacs.git 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 --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index f27d944ee00..51fbdcc91e4 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -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.