emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115726: Fix my previous change.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115726: Fix my previous change.
Date: Tue, 24 Dec 2013 06:52:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115726
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-24 14:52:10 +0800
message:
  Fix my previous change.
modified:
  admin/admin.el                 admin.el-20091113204419-o5vbwnq5f7feedwu-2254
=== modified file 'admin/admin.el'
--- a/admin/admin.el    2013-12-24 04:41:18 +0000
+++ b/admin/admin.el    2013-12-24 06:52:10 +0000
@@ -62,7 +62,7 @@
       (insert entry))))
 
 (defun set-version-in-file (root file version rx)
-  "Subroutine of `set-version'."
+  "Subroutine of `set-version' and `set-copyright'."
   (find-file (expand-file-name file root))
   (goto-char (point-min))
   (unless (re-search-forward rx nil :noerror)


reply via email to

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