소스 검색

org-test is now ready for the newyears

Eric Schulte 15 년 전
부모
커밋
3ab7f12792
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      testing/org-test.el

+ 2 - 1
testing/org-test.el

@@ -151,7 +151,8 @@ files."
       (find-file full-path)
       (insert
        ";;; " file-name "\n\n"
-       ";; Copyright (c) 2010 " user-full-name "\n"
+       ";; Copyright (c) " (nth 5 (decode-time (current-time)))
+       " " user-full-name "\n"
        ";; Authors: " user-full-name "\n\n"
        ";; Released under the GNU General Public License version 3\n"
        ";; see: http://www.gnu.org/licenses/gpl-3.0.html\n\n"