]> git.eshelyaron.com Git - emacs.git/commitdiff
(simula-submit-bug-report): Use emacs-version.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Apr 1996 01:40:33 +0000 (01:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Apr 1996 01:40:33 +0000 (01:40 +0000)
(simula-version): Function and variable deleted.

lisp/progmodes/simula.el

index 6661a109bb5a5e856a0e1498eaed23132acea98e..661fc68f45e572919bb1b4d790a5c59b22ed2af2 100644 (file)
@@ -1,11 +1,9 @@
 ;;; simula.el --- SIMULA 87 code editing commands for Emacs
 
-;; Copyright (C) 1994 Hans Henrik Eriksen
-;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
 
 ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
 ;; Maintainer: simula-mode@ifi.uio.no
-;; Version: 0.994
 ;; Adapted-By: ESR
 ;; Keywords: languages
 
@@ -1637,17 +1635,9 @@ If not nil and not t, move to limit of search and return nil."
 \f
 ;; defuns for submitting bug reports
 
-(defconst simula-version "0.994"
-  "simula-mode version number.")
 (defconst simula-mode-help-address "simula-mode@ifi.uio.no"
   "Address accepting submission of simula-mode bug reports.")
 
-(defun simula-version ()
-  "Echo the current version of simula-mode in the minibuffer."
-  (interactive)
-  (message "Using simula-mode version %s" simula-version)
-  (simula-keep-region-active))
-
 ;; get reporter-submit-bug-report when byte-compiling
 (and (fboundp 'eval-when-compile)
      (eval-when-compile
@@ -1661,7 +1651,7 @@ If not nil and not t, move to limit of search and return nil."
    (require 'reporter)
    (reporter-submit-bug-report
     simula-mode-help-address
-    (concat "simula-mode " simula-version)
+    (concat "simula-mode from Emacs " emacs-version)
     (list
      ;; report only the vars that affect indentation
      'simula-emacs-features