mirror of
https://github.com/gwenhael-le-moine/emstar.git
synced 2024-12-25 09:59:10 +01:00
remove obsolete version from code and header line
This commit is contained in:
parent
12e74256a9
commit
6244d46ff4
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; emstar.el --- Emstar Game
|
||||
|
||||
;; Version: 1.3
|
||||
;; Version: 1.4
|
||||
;; Copyright
|
||||
;; © Gwenhael Le Moine
|
||||
|
||||
|
@ -34,9 +34,6 @@
|
|||
|
||||
(require 'cl)
|
||||
|
||||
(defconst emstar-version "0.1"
|
||||
"Version string for this version of GNU-Emacs Emstar.")
|
||||
|
||||
(defconst emstar-left '(-1 . 0))
|
||||
(defconst emstar-right '( 1 . 0))
|
||||
(defconst emstar-down '( 0 . 1))
|
||||
|
@ -545,8 +542,7 @@ Commands:
|
|||
(setq major-mode 'emstar-mode)
|
||||
(setq mode-name "Emstar")
|
||||
(setq header-line-format
|
||||
(list "Emstar v" 'emstar-version
|
||||
" -- " 'emstar-game-info " ~ " 'emstar-selected))
|
||||
(list "Emstar -- " 'emstar-game-info " ~ " 'emstar-selected))
|
||||
(emstar-init-level)
|
||||
(run-hooks 'emstar-mode-hook))
|
||||
|
||||
|
|
Loading…
Reference in a new issue