From 0907bf08cb58b520379e9a7f76fb315d8071f802 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Jun 1993 07:03:08 +0000 Subject: [PATCH] Comment changes for renaming from c++-mode.el to cplus-md.el. --- lisp/progmodes/cplus-md.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index b2e6d102a2..1b0d03621d 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el @@ -1,4 +1,4 @@ -;;; c++-mode.el --- C++ code editing commands for Emacs +;;; cplus-md.el --- C++ code editing commands for Emacs ;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -914,4 +914,4 @@ The fill lines remain a comment." ;; (beginning-of-line 1))) ;; (goto-char restore))) -;;; c++-mode.el ends here +;;; cplus-md.el ends here -- GitLab