/[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.26 by eliz, Sat Oct 13 10:41:46 2001 UTC revision 2.27 by monnier, Fri Nov 16 23:59:51 2001 UTC
# Line 76  to the system configuration; look at `sy Line 76  to the system configuration; look at `sy
76            (message "%s" version-string)            (message "%s" version-string)
77          version-string))))          version-string))))
78    
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(1) 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.26  
changed lines
  Added in v.2.27

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