diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 14:56:24 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-08 03:06:28 +0100 |
commit | 71482a8fc77d88f374abd3311eb87677beba3836 (patch) | |
tree | 7eddbebd3aed5aa98fa892a328f71f07e04ee482 /scripts/kde-emacs/kde-emacs-utils.el | |
parent | b2a3c86f4358b19ea2044c7dc8a6543b5e5ff654 (diff) | |
download | tdesdk-71482a8fc77d88f374abd3311eb87677beba3836.tar.gz tdesdk-71482a8fc77d88f374abd3311eb87677beba3836.zip |
Fix inadvertent tq changes.
(cherry picked from commit ccb576aa671246fd123b5ca8ff8263a6be7c8bff)
Diffstat (limited to 'scripts/kde-emacs/kde-emacs-utils.el')
-rw-r--r-- | scripts/kde-emacs/kde-emacs-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kde-emacs/kde-emacs-utils.el b/scripts/kde-emacs/kde-emacs-utils.el index 4ad2e314..c6904539 100644 --- a/scripts/kde-emacs/kde-emacs-utils.el +++ b/scripts/kde-emacs/kde-emacs-utils.el @@ -312,7 +312,7 @@ This function does not do any hidden buffer changes." (kde-comments-begin) (kde-skip-blank-lines) (setq msubstr (buffer-substring (point-at-bol) (point-at-eol))) - (if (string-match "^#include.*tqmoc.*" msubstr) + (if (string-match "^#include.*moc.*" msubstr) (progn (forward-line -1) (end-of-line) |