branch: elpa/cdlatex
commit a15311a52d09fbd9905352160f0c7d43cbca5131
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    * cdlatex.el (cdlatex-version): Remove variable
    
    This is an alternative to the patch proposed in #16.
---
 cdlatex.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/cdlatex.el b/cdlatex.el
index 80acb29f8d..5da1f4542f 100644
--- a/cdlatex.el
+++ b/cdlatex.el
@@ -618,9 +618,6 @@ automatic help when idle for more than this amount of time."
   (require 'finder)
   (finder-commentary "cdlatex.el"))
 
-(defconst cdlatex-version "4.6"
-  "Version string for CDLaTeX.")
-
 (defvar cdlatex-mode nil
   "Determines if CDLaTeX minor mode is active.")
 (make-variable-buffer-local 'cdlatex-mode)

Reply via email to