summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-10-23 07:33:03 +0000
committerKarl Heuer <kwzh@gnu.org>1997-10-23 07:33:03 +0000
commit92fdb615124478fb6464001d4fe9e0d57e0fd3bf (patch)
treef38389f94dd745b69348957ec03396cae3d2ce2e /lisp/progmodes/cc-langs.el
parentbcfd859ad2f64df66ad80e82effd84d55cc432b5 (diff)
downloademacs-92fdb615124478fb6464001d4fe9e0d57e0fd3bf.tar.gz
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.
Diffstat (limited to 'lisp/progmodes/cc-langs.el')
-rw-r--r--lisp/progmodes/cc-langs.el2
1 files changed, 1 insertions, 1 deletions
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.