# HG changeset patch # User Juanma Barranquero # Date 1121942281 0 # Node ID e54d85f535eba1b911f3a2013aec7074dee71661 # Parent dc9ffd263776a2756177f48ebcc07af1ae6e5b08 "?\ " -> "?\s". diff -r dc9ffd263776 -r e54d85f535eb lisp/version.el --- a/lisp/version.el Thu Jul 21 10:33:36 2005 +0000 +++ b/lisp/version.el Thu Jul 21 10:38:01 2005 +0000 @@ -47,7 +47,7 @@ (defconst emacs-build-system (system-name)) -(defun emacs-version (&optional here) "\ +(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,7 +83,7 @@ ;; 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)) + (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version)) " $\n"))) ;;Local variables: