Mercurial > emacs
diff lisp/progmodes/simula.el @ 15054:df34d8bec5fc
(simula-submit-bug-report): Use emacs-version.
(simula-version): Function and variable deleted.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 21 Apr 1996 01:40:33 +0000 |
| parents | 68d9a01cfb23 |
| children | 3c57dbbf9d95 |
line wrap: on
line diff
--- a/lisp/progmodes/simula.el Sun Apr 21 01:39:51 1996 +0000 +++ b/lisp/progmodes/simula.el Sun Apr 21 01:40:33 1996 +0000 @@ -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 @@ ;; 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 @@ (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
