emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/autoinsert.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/autoinsert.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:56:05 -0400

Index: emacs/lisp/autoinsert.el
diff -c emacs/lisp/autoinsert.el:1.35.6.1 emacs/lisp/autoinsert.el:1.35.6.2
*** emacs/lisp/autoinsert.el:1.35.6.1   Fri Apr 16 12:49:48 2004
--- emacs/lisp/autoinsert.el    Mon Jun 28 07:28:26 2004
***************
*** 136,142 ****
      (("\\.[1-9]\\'" . "Man page skeleton")
       "Short description: "
       ".\\\" Copyright (C), " (substring (current-time-string) -4) "  "
!      (getenv "ORGANIZATION") | "Free Software Foundation, Inc."
       "
  .\\\" You may distribute this file under the terms of the GNU Free
  .\\\" Documentation Licence.
--- 136,142 ----
      (("\\.[1-9]\\'" . "Man page skeleton")
       "Short description: "
       ".\\\" Copyright (C), " (substring (current-time-string) -4) "  "
!      (getenv "ORGANIZATION") | (progn user-full-name)
       "
  .\\\" You may distribute this file under the terms of the GNU Free
  .\\\" Documentation Licence.




reply via email to

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