emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 61/352: Lisätään ;;;###autoload -määritykset


From: Stefan Monnier
Subject: [elpa] 61/352: Lisätään ;;;###autoload -määritykset
Date: Mon, 07 Jul 2014 14:02:03 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 658c6b23fc047259c8a15a632779d027400ccd84
Author: Teemu Likonen <address@hidden>
Date:   Fri May 22 11:21:58 2009 +0000

    Lisätään ;;;###autoload -määritykset
---
 wcheck-mode.el |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/wcheck-mode.el b/wcheck-mode.el
index 128fcae..b1ef19d 100644
--- a/wcheck-mode.el
+++ b/wcheck-mode.el
@@ -39,11 +39,13 @@
 ;;; Muuttujat ja asetukset
 
 
+;;;###autoload
 (defgroup wcheck nil
   "Interface for external text-filtering programs."
   :group 'applications)
 
 
+;;;###autoload
 (defcustom wcheck-language-data nil
   "Wcheck mode language configuration.
 
@@ -177,6 +179,7 @@ An example contents of the `wcheck-language-data' variable:
 
 
 
+;;;###autoload
 (defcustom wcheck-language ""
   "Default language for `wcheck-mode'.
 The default language used by new buffers. For buffer-specific
@@ -186,6 +189,7 @@ languages use the command `\\[wcheck-change-language]'."
 (make-variable-buffer-local 'wcheck-language)
 
 
+;;;###autoload
 (defface wcheck-default-face
   '((t (:underline "red")))
   "Default face for marking strings in a buffer.
@@ -228,6 +232,7 @@ oikoluvun niissä ikkunoissa, joiden puskuri on sitä 
pyytänyt.")
 ;;; Käyttäjän funktiot
 
 
+;;;###autoload
 (defun wcheck-change-language (language &optional global)
   "Change language for current buffer (or globally).
 Change `wcheck-mode' language to LANGUAGE. The change is
@@ -276,6 +281,7 @@ interactively) then change the default language for new 
buffers."
     wcheck-buffer-process-data))
 
 
+;;;###autoload
 (define-minor-mode wcheck-mode
   "Interface for external spell-checkers and filtering programs.
 



reply via email to

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