Mercurial > emacs
changeset 13298:945fd19491bc
Require cc-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Oct 1995 03:14:40 +0000 |
parents | 9699410bf8bf |
children | d6bfe124472c |
files | lisp/progmodes/cmacexp.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cmacexp.el Thu Oct 26 03:13:43 1995 +0000 +++ b/lisp/progmodes/cmacexp.el Thu Oct 26 03:14:40 1995 +0000 @@ -3,7 +3,7 @@ ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> -;; Version: $Id: cmacexp.el,v 1.18 1994/09/05 04:33:23 rms Exp pot $ +;; Version: $Id: cmacexp.el,v 1.19 1995/03/07 15:24:44 pot Exp rms $ ;; Adapted-By: ESR ;; Keywords: c @@ -85,6 +85,8 @@ ;; macro expansion is often inaccurate. +(require 'cc-mode) + (provide 'cmacexp) (defvar c-macro-shrink-window-flag nil