EMACS: rename php-show-outline

This commit is contained in:
Tom Willemsen 2011-09-05 10:25:12 +02:00
parent bade90477c
commit 73f8cf00f0

View file

@ -129,7 +129,7 @@
(djcb-gtags-create-or-update)))
;;; PHP
(defun oni-php-show-outline ()
(defun oni/php-show-outline ()
(interactive)
(occur "\\(function .*(\\|\\(public\\|private\\|protected\\)\\( static\\)? \\$\\|class \\sw\\)"))
@ -142,7 +142,7 @@
(c-set-offset 'arglist-intro '+)
(c-set-offset 'arglist-close '0)
(local-set-key [f6] 'comment-line)
(local-set-key [f7] 'oni-php-show-outline)))
(local-set-key [f7] 'oni/php-show-outline)))
(add-php-keywords)
;;; bidi