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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/version.el
Date: Fri, 16 Nov 2001 18:59:52 -0500

Index: emacs/lisp/version.el
diff -u emacs/lisp/version.el:2.26 emacs/lisp/version.el:2.27
--- emacs/lisp/version.el:2.26  Sat Oct 13 06:41:46 2001
+++ emacs/lisp/version.el       Fri Nov 16 18:59:51 2001
@@ -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")))



reply via email to

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