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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el
Date: Thu, 21 Jul 2005 06:38:01 -0400

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:




reply via email to

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