[logaling-commit] logaling/logalimacs [master] Sets autoload for emacs24

Back to archive index

null+****@clear***** null+****@clear*****
Fri Jan 20 13:37:00 JST 2012


yuta yamada	2012-01-20 13:37:00 +0900 (Fri, 20 Jan 2012)

  New Revision: bf01863c3f9fb9e3b596fb916110507b90fdbfbe

  Log:
    Sets autoload for emacs24

  Modified files:
    logalimacs-rurema.el

  Modified: logalimacs-rurema.el (+26 -2)
===================================================================
--- logalimacs-rurema.el    2012-01-20 13:36:37 +0900 (b88aee7)
+++ logalimacs-rurema.el    2012-01-20 13:37:00 +0900 (ec0a4c2)
@@ -1,13 +1,37 @@
-;; this program is frontend for myrurema
+;; This program is frontend for myrurema
 ;; (requirement myrurema for Ruby gem and logalimacs)
 
-;;; install (see also https://github.com/yhara/myrurema)
+;; Copyright (C) 2011, 2012 by Yuta Yamada
+
+;; Author: Yuta Yamada <yamad****@clear*****>
+;; URL: https://github.com/logaling/logalimacs
+
+;;; Licence:
+;; This program is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+;; install myrurema (see also https://github.com/yhara/myrurema)
 ;; % gem install myrurema
 ;; % rurema --init
 ;;; when update database
 ;; % rurema --update
 
+
+;;;###autoload (autoload 'loga-lookup-for-rurema "logalimacs")
+
+
 ;; todo support multiple word
+;;;###autoload
 (defun loga-lookup-for-rurema (&optional word-for-fly-mode)
   ""
   (interactive)




More information about the logaling-commit mailing list
Back to archive index