/[emacs]/emacs/lisp/version.el
ViewVC logotype

Diff of /emacs/lisp/version.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.28 by eliz, Fri Jan 11 09:11:58 2002 UTC revision 2.29 by rms, Fri Jan 11 20:11:18 2002 UTC
# Line 79  to the system configuration; look at `sy Line 79  to the system configuration; look at `sy
79  ;; We hope that this alias is easier for people to find.  ;; We hope that this alias is easier for people to find.
80  (defalias 'version 'emacs-version)  (defalias 'version 'emacs-version)
81    
82  ;; 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' uses.
83  (or (memq system-type '(vax-vms windows-nt))  (or (memq system-type '(vax-vms windows-nt))
84      (purecopy (concat "\n " (subst-char-in-string ?\n ? (emacs-version))      (purecopy (concat "\n " (subst-char-in-string ?\n ? (emacs-version))
85                        " $\n")))                        " $\n")))

Legend:
Removed from v.2.28  
changed lines
  Added in v.2.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26