summaryrefslogtreecommitdiff
path: root/dev-util/cscope/files/50cscope-gentoo.el
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/cscope/files/50cscope-gentoo.el
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/cscope/files/50cscope-gentoo.el')
-rw-r--r--dev-util/cscope/files/50cscope-gentoo.el34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/cscope/files/50cscope-gentoo.el b/dev-util/cscope/files/50cscope-gentoo.el
deleted file mode 100644
index 08fd4b449352..000000000000
--- a/dev-util/cscope/files/50cscope-gentoo.el
+++ /dev/null
@@ -1,34 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'cscope-minor-mode "xcscope")
-(autoload 'cscope-display-buffer "xcscope"
- "Display the *cscope* buffer." t)
-(autoload 'cscope-display-buffer-toggle "xcscope"
- "Toggle cscope-display-cscope-buffer, which corresponds to
-\"Auto display *cscope* buffer\"." t)
-(autoload 'cscope-next-symbol "xcscope"
- "Move to the next symbol in the *cscope* buffer." t)
-(autoload 'cscope-next-file "xcscope"
- "Move to the next file in the *cscope* buffer." t)
-(autoload 'cscope-prev-symbol "xcscope"
- "Move to the previous symbol in the *cscope* buffer." t)
-(autoload 'cscope-prev-file "xcscope"
- "Move to the previous file in the *cscope* buffer." t)
-(autoload 'cscope-pop-mark "xcscope"
- "Pop back to where cscope was last invoked." t)
-(autoload 'cscope-set-initial-directory "xcscope"
- "Set the cscope-initial-directory variable." t)
-(autoload 'cscope-unset-initial-directory "xcscope"
- "Unset the cscope-initial-directory variable." t)
-(autoload 'cscope-find-this-symbol "xcscope"
- "Locate a symbol in source code." t)
-(autoload 'cscope-find-global-definition "xcscope"
- "Find a symbol's global definition." t)
-(autoload 'cscope-find-global-definition-no-prompting "xcscope"
- "Find a symbol's global definition without prompting." t)
-
-(defun cscope:hook ()
- (cscope-minor-mode))
-(add-hook 'c-mode-hook 'cscope:hook)
-(add-hook 'c++-mode-hook 'cscope:hook)
-(add-hook 'dired-mode-hook 'cscope:hook)