From kde-commits Thu Dec 10 15:30:16 2009 From: David Faure Date: Thu, 10 Dec 2009 15:30:16 +0000 To: kde-commits Subject: KDE/kdesdk/scripts/kde-emacs Message-Id: <1260459016.165299.9112.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126045902512202 SVN commit 1061083 by dfaure: Add .Cpp and .Hpp M +2 -2 sourcepair.el --- trunk/KDE/kdesdk/scripts/kde-emacs/sourcepair.el #1061082:1061083 @@ -109,7 +109,7 @@ ;;; Code: -(defcustom sourcepair-source-extensions '( ".cpp" ".CPP" ".cxx" ".CXX" ".cc" ".CC" ".c" ".C" ".c++" ".C++") +(defcustom sourcepair-source-extensions '( ".cpp" ".CPP" ".Cpp" ".cxx" ".CXX" ".cc" ".CC" ".c" ".C" ".c++" ".C++") "*List of recognized extensions for source files. This variable is used by `sourcepair-load'. The value should be a list @@ -120,7 +120,7 @@ `sourcepair-source-path'." :type '(repeat string)) -(defcustom sourcepair-header-extensions '( ".h" ".H" ".hpp" ".HPP" ".hh" ".HH" ".hxx" ".HXX") +(defcustom sourcepair-header-extensions '( ".h" ".H" ".hpp" ".HPP" ".Hpp" ".hh" ".HH" ".hxx" ".HXX") "*List of recognized extensions for header files. This variable is used by `sourcepair-load'. The value should be a list