diff options
author | Martin Stjernholm <mast@lysator.liu.se> | 2002-04-22 00:35:36 +0000 |
---|---|---|
committer | Martin Stjernholm <mast@lysator.liu.se> | 2002-04-22 00:35:36 +0000 |
commit | a66cd3ee16d68ab874793226f0a74e08fbc81056 (patch) | |
tree | ca089daba3b962490ba70784cf684820e8b8ad83 /lisp/progmodes/cc-bytecomp.el | |
parent | 9211d0538379a887ae318bcb281e0d73ec691e24 (diff) | |
download | emacs-a66cd3ee16d68ab874793226f0a74e08fbc81056.tar.gz |
CC Mode update to version 5.29. This is for testing; it's not a released
version.
Diffstat (limited to 'lisp/progmodes/cc-bytecomp.el')
-rw-r--r-- | lisp/progmodes/cc-bytecomp.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index 947ce7b89bc..6df60efef70 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el @@ -21,8 +21,8 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Commentary: @@ -31,6 +31,10 @@ ;; compiled regardless the environment (e.g. if an older CC Mode with ;; outdated macros are loaded during compilation). It also provides ;; features to defeat the compiler warnings for selected symbols. +;; +;; There's really nothing CC Mode specific here; this functionality +;; ought to be provided by the byte compilers or some accompanying +;; library. ;;; Code: |