Index: emacs/lisp/version.el
diff -c emacs/lisp/version.el:2.37 emacs/lisp/version.el:2.38
*** emacs/lisp/version.el:2.37  Mon Jul  4 23:09:00 2005
--- emacs/lisp/version.el       Thu Jul 21 10:38:01 2005
***************
*** 47,53 ****
  
  (defconst emacs-build-system (system-name))
  
! (defun emacs-version  (&optional here) "\
  Return string describing the version of Emacs that is running.
  If optional argument HERE is non-nil, insert string at point.
  Don't use this function in programs to choose actions according
--- 47,53 ----
  
  (defconst emacs-build-system (system-name))
  
! (defun emacs-version (&optional here) "\
  Return string describing the version of Emacs that is running.
  If optional argument HERE is non-nil, insert string at point.
  Don't use this function in programs to choose actions according
***************
*** 83,89 ****
  
  ;; 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")))
  
  ;;Local variables:
--- 83,89 ----
  
  ;; 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 ?\s (emacs-version))
                      " $\n")))
  
  ;;Local variables:


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to