Yuta Yamada
null+****@clear*****
Wed Sep 18 02:31:56 JST 2013
Yuta Yamada 2013-09-18 02:31:56 +0900 (Wed, 18 Sep 2013) New Revision: 9703f896b5ae78ad116affb91d8b82f67a920ad8 https://github.com/logaling/logalimacs/commit/9703f896b5ae78ad116affb91d8b82f67a920ad8 Message: Fix: Move magic comments to Local Variables to apply old package.el There is a problem that old package.el version can't parse correctly if use magic comments on first line. See https://github.com/milkypostman/melpa/pull/1038 Modified files: logalimacs.el Modified: logalimacs.el (+5 -1) =================================================================== --- logalimacs.el 2013-08-16 08:04:55 +0900 (eb7a012) +++ logalimacs.el 2013-09-18 02:31:56 +0900 (ced69f2) @@ -1,4 +1,3 @@ -;;; -*- coding: utf-8; mode: emacs-lisp; -*- ;;; logalimacs.el --- Front-end to logaling-command for Ruby gems ;; Copyright (C) 2011, 2012 by Yuta Yamada @@ -994,4 +993,9 @@ Otherwise passed character inside region." (provide 'logalimacs) +;; Local Variables: +;; coding: utf-8 +;; mode: emacs-lisp +;; End: + ;;; logalimacs.el ends here -------------- next part -------------- An HTML attachment was scrubbed... Download