]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Nov 2001 23:59:51 +0000 (23:59 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 Nov 2001 23:59:51 +0000 (23:59 +0000)
lisp/version.el

index ebf50f1fa6f50f1929c0fea9c01826c6dd39ab3c..ac1d2fa48078c5fdd7d315f64e79d131678db493 100644 (file)
@@ -76,10 +76,10 @@ to the system configuration; look at `system-configuration' instead."
           (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")))