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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el
Date: Fri, 11 Jan 2002 03:44:51 -0500

Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.26 emacs/lisp/version.el:2.27
*** emacs/lisp/version.el:2.26  Sat Oct 13 06:41:46 2001
--- emacs/lisp/version.el       Fri Nov 16 18:59:51 2001
***************
*** 76,85 ****
            (message "%s" version-string)
          version-string))))
  
! ;;; 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")))
--- 76,85 ----
            (message "%s" version-string)
          version-string))))
  
! ;; 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")))



reply via email to

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