Review version definition

Prefer `defconst` as it is more robust for constants. Refs:

  * https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#index-defconst
  * http://endlessparentheses.com/what-s-a-defconst-and-why-you-should-use-it.html
This commit is contained in:
Luca Favatella 2016-06-05 17:35:25 +01:00
parent f871199960
commit 2b9a998e55
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
(defvar puml-mode-hook nil "Standard hook for puml-mode.")
(defvar puml-mode-version "0.6.5" "The puml-mode version string.")
(defconst puml-mode-version "0.6.5" "The puml-mode version string.")
(defvar puml-mode-debug-enabled nil)