mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Use emacs-version instead of obsolete version variables
* lisp/calendar/icalendar.el (icalendar-version): * lisp/dframe.el (dframe-version): * lisp/emacs-lisp/checkdoc.el (checkdoc-version): * lisp/emulation/edt.el (edt-version): * lisp/international/mule.el (mule-version): * lisp/linum.el (linum-version): * lisp/play/bubbles.el (bubbles-version): * lisp/textmodes/remember.el (remember-version): * lisp/url/url-vars.el (url-version): * lisp/woman.el (woman-version): Use emacs-version instead of obsolete version variables.
This commit is contained in:
parent
4f595cca57
commit
c59dedcdf1
10 changed files with 39 additions and 29 deletions
|
|
@ -178,9 +178,6 @@
|
|||
(defvar edt-user-global-map)
|
||||
(defvar rect-start-point)
|
||||
|
||||
(defconst edt-version "4.0" "EDT Emulation version number.")
|
||||
(make-obsolete-variable 'edt-version nil "28.1")
|
||||
|
||||
;;;
|
||||
;;; User Configurable Variables
|
||||
;;;
|
||||
|
|
@ -2533,6 +2530,9 @@ G-C-\\: Split Window | FNDNXT | Yank | CUT |
|
|||
(set-frame-width nil 132)
|
||||
(message "Terminal width 132"))
|
||||
|
||||
(defconst edt-version "4.0" "EDT Emulation version number.")
|
||||
(make-obsolete-variable 'edt-version 'emacs-version "28.1")
|
||||
|
||||
(provide 'edt)
|
||||
|
||||
;;; edt.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue