mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
CC Mode: update Version: header. Add a comment about it
* lisp/progmodes/cc-defs.el (c-version): Add a comment encouraging maintainers to keep cc-mode.el's Version: header the same. * lisp/progmodes/cc-mode.el (top level): Update the Version: header to 5.35.2.
This commit is contained in:
parent
6d600f492a
commit
9b505dd8d4
2 changed files with 3 additions and 1 deletions
|
|
@ -86,6 +86,8 @@
|
|||
|
||||
;;; Variables also used at compile time.
|
||||
|
||||
;; IMPORTANT NOTE! On changing `c-version', also update the "version
|
||||
;; header" near the beginning of cc-mode.el to match.
|
||||
(defconst c-version "5.35.2"
|
||||
"CC Mode version number.")
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
;; Created: a long, long, time ago. adapted from the original c-mode.el
|
||||
;; Keywords: c languages
|
||||
;; The version header below is used for ELPA packaging.
|
||||
;; Version: 5.33.1
|
||||
;; Version: 5.35.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue