changeset 41168:d647c8dc631c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 16 Nov 2001 23:59:51 +0000
parents ae8862effdf5
children bda8f2e0fcc9
files lisp/version.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/version.el	Fri Nov 16 23:58:48 2001 +0000
+++ b/lisp/version.el	Fri Nov 16 23:59:51 2001 +0000
@@ -76,10 +76,10 @@
           (message "%s" version-string)
         version-string))))
 
-;;; We hope that this alias is easier for people to find.
+;; 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.
+;; 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")))