diff --git a/revive.el b/revive.el index 26ed91a..bed0078 100644 --- a/revive.el +++ b/revive.el @@ -1,6 +1,6 @@ ;;; revive.el --- Resume Emacs -*- coding: euc-jp -*- ;;; (c) 1994-2014 by HIROSE Yuuji [yuuji@gentei.org] -;;; $Id$ +;;; $Id: revive.el,v 2.24 2017/11/30 03:21:59 yuuji Exp $ ;;; Last modified Thu Nov 30 12:14:10 2017 on firestorm ;;;[[[ NOTICE ��� NOTICE ��� NOTICE ��� NOTICE ��� NOTICE ��� ]]] @@ -229,7 +229,7 @@ ;;; Code: (defconst revive:version - "$Id$" + "$Id: revive.el,v 2.24 2017/11/30 03:21:59 yuuji Exp $" "Version of revive.el") (defconst revive:version-prefix ";;;") @@ -904,8 +904,8 @@ (provide 'revive) -;; $Id$ -;; $Log$ +;; $Id: revive.el,v 2.24 2017/11/30 03:21:59 yuuji Exp $ +;; $Log: revive.el,v $ ;; Revision 2.24 2017/11/30 03:21:59 yuuji ;; Summary: Wrap another 'call-interactively with condition-case. ;; diff --git a/windows.el b/windows.el index 8f5ac22..2e8d370 100644 --- a/windows.el +++ b/windows.el @@ -1,5 +1,5 @@ ;;; windows.el --- Window manager for GNU Emacs. -*- coding: euc-jp -*- -;;; $Id$ +;;; $Id: windows.el,v 2.53 2018/06/02 06:55:03 yuuji Exp $ ;;; (c) 1993-2017 by HIROSE Yuuji [yuuji@gentei.org] ;;; Last modified Sat Jun 2 15:51:12 2018 on firestorm @@ -1562,7 +1562,7 @@ ;; Functions for resume. ;;; (defconst win:revision - "$Revision$" + "$Revision: 2.53 $" "Revision string of windows.el") (defvar win:revision-prefix ";win;") @@ -2297,7 +2297,7 @@ (provide 'windows) (run-hooks 'win-load-hook) -;; $Log$ +;; $Log: windows.el,v $ ;; Revision 2.53 2018/06/02 06:55:03 yuuji ;; Summary: Possible workaround for Emacs26's behaviour of mouse-followed-focus ;;