Mercurial > emacs
changeset 20138:cd9968dc162a
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.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 23 Oct 1997 07:33:03 +0000 |
parents | 8e6a173fcd9f |
children | 3fd8a7983ded |
files | lisp/progmodes/cc-langs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.