diff --git a/revive.el b/revive.el index 0d4402c..4bcc1dd 100644 --- a/revive.el +++ b/revive.el @@ -3,7 +3,7 @@ ;;; revive.el: Resume Emacs. ;;; (c) 1994-2001 by HIROSE Yuuji [yuuji@gentei.org] ;;; $Id$ -;;; Last modified Tue Nov 13 01:14:37 2001 on duke +;;; Last modified Sat May 17 01:44:35 2003 on firestorm ;;;[[[ NOTICE ���� NOTICE ���� NOTICE ���� NOTICE ���� NOTICE ���� ]]] ;;;-------------------------------------------------------------------------- @@ -880,7 +880,7 @@ "Restore c-style of C/C++/Java(by cc-mode)." (interactive) (require 'cc-mode) - (setq foo (list major-mode (current-buffer) (buffer-string))) + (revive:find-file (revive:prop-file-name x)) (funcall (revive:prop-major-mode x)) (c-set-style (or (revive:prop-get-value x 'c-indentation-style) "gnu")) ) @@ -891,6 +891,9 @@ ;; $Id$ ;; $Log$ +;; Revision 2.16 2003/05/16 16:47:52 yuuji +;; revive:c-set-style fixed +;; ;; Revision 2.15 2001/11/21 13:51:24 yuuji ;; Support mew2 ;;