Mercurial > hg > xemacs-beta
diff lisp/oobr/c++-browse.el @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line diff
--- a/lisp/oobr/c++-browse.el Mon Aug 13 09:13:58 2007 +0200 +++ b/lisp/oobr/c++-browse.el Mon Aug 13 09:15:11 2007 +0200 @@ -6,19 +6,19 @@ ;; KEYWORDS: c, oop, tools ;; ;; AUTHOR: Bob Weiner -;; ORG: Motorola Inc. +;; ORG: InfoDock Associates ;; ;; ORIG-DATE: 12-Dec-89 -;; LAST-MOD: 20-Sep-95 at 14:18:40 by Bob Weiner +;; LAST-MOD: 21-Feb-97 at 16:14:24 by Bob Weiner ;; -;; Copyright (C) 1989-1995 Free Software Foundation, Inc. +;; Copyright (C) 1989-1995, 1997 Free Software Foundation, Inc. ;; See the file BR-COPY for license information. ;; ;; This file is part of the OO-Browser. ;; ;; DESCRIPTION: ;; -;; Use 'c++-browse' to invoke the C++ OO-Browser. Prefix arg prompts for +;; Use `c++-browse' to invoke the C++ OO-Browser. Prefix arg prompts for ;; name of Environment file. ;; ;; DESCRIP-END. @@ -85,7 +85,7 @@ (fset 'c++-class-list-filter 'identity) (defun c++-mode-setup () - "Load best available C++ major mode and set 'br-lang-mode' to the function that invokes it." + "Load best available C++ major mode and set `br-lang-mode' to the function that invokes it." (fset 'br-lang-mode (cond ((or (featurep 'cc-mode) (featurep 'c++-mode)) 'c++-mode)