emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/version.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el
Date: Thu, 28 Feb 2002 21:00:58 -0500

Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.28 emacs/lisp/version.el:2.29
*** emacs/lisp/version.el:2.28  Fri Jan 11 04:11:58 2002
--- emacs/lisp/version.el       Fri Jan 11 15:11:18 2002
***************
*** 79,85 ****
  ;; We hope that this alias is easier for people to find.
  (defalias 'version 'emacs-version)
  
! ;; We put version info into the executable in the form that ident(1) uses.
  (or (memq system-type '(vax-vms windows-nt))
      (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version))
                      " $\n")))
--- 79,85 ----
  ;; We hope that this alias is easier for people to find.
  (defalias 'version 'emacs-version)
  
! ;; We put version info into the executable in the form that `ident' uses.
  (or (memq system-type '(vax-vms windows-nt))
      (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version))
                      " $\n")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]