[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/scripts/kde-emacs
From:       Allen Winter <winter () kde ! org>
Date:       2011-09-30 21:50:55
Message-ID: 20110930215055.4D8DEAC885 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1256539 by winterz:

give each defcustom variable a group
thereby stopping the warnings


 M  +12 -6     sourcepair.el  


--- trunk/KDE/kdesdk/scripts/kde-emacs/sourcepair.el #1256538:1256539
@@ -118,7 +118,8 @@
 \"foo.h\", `sourcepair-load' will look for \"foo.cpp\", \"foo.cxx\",
 \"foo.cc\" or \"foo.c\" in that order in the directories specified by
 `sourcepair-source-path'."
-:type '(repeat string))
+:type '(repeat string)
+:group 'sourcepair)
 
 (defcustom sourcepair-header-extensions '( ".h" ".H" ".hpp" ".HPP" ".Hpp" ".hh" ".HH" ".hxx" ".HXX")
   "*List of recognized extensions for header files.
@@ -128,7 +129,8 @@
 value is (\".h\" \".hpp\" \".hh\" ), and you are looking at \"foo.cpp\",
 `sourcepair-load' will look for \"foo.h\", \"foo.hpp\" or \"foo.hh\" in that
 order in the directories specified by `sourcepair-header-path'."
-:type '(repeat string))
+:type '(repeat string)
+:group 'sourcepair)
 
 (defcustom sourcepair-private-header-suffixes '( "_p" "_impl" )
   "*List of recognized suffixes for 'private' header files.
@@ -141,7 +143,8 @@
 at \"Foo_p.h\" or \"Foo.h\", `sourcepair-load' will load the file \"Foo.cpp\".
 
 "
-:type '(repeat-string))
+:type '(repeat-string)
+:group 'sourcepair)
 
 (defcustom sourcepair-source-path       '( "." )
   "*List of directories to search for corresponding source file.
@@ -154,14 +157,16 @@
 `sourcepair-load' will look for source files first in the current directory,
 and then in the parent directory, and then in any subdirectories of the parent
 directory."
-:type '(repeat string))
+:type '(repeat string)
+:group 'sourcepair)
 
 (defcustom sourcepair-header-path       '( "." )
   "*List of directories to search for corresponding header file.
 
 This is similar to `sourcepair-source-path' except for header files.  See the
 documentation for `sourcepair-source-path' for more info."
-:type '(repeat string))
+:type '(repeat string)
+:group 'sourcepair)
 
 (defcustom sourcepair-recurse-ignore    '( "CVS" )
   "*List of directories to ignore when recursively searching subdirectories.
@@ -170,7 +175,8 @@
 containing the names of directories to ignore when `sourcepair-load' is
 recursively searching subdirectories for header or source files.  By default
 this is set to ( \"CVS\" )"
-:type '(repeat string))
+:type '(repeat string)
+:group 'sourcepair)
 
 (defun sourcepair-header-file-p (filename)
   "Return t if argument is a C/C++ header file, nil otherwise
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic