Skip to content

Commit 9a5ace8

Browse files
monnierzonuexe
authored andcommitted
Hide CC-mode's `TAB' binding
1 parent 1e4e93c commit 9a5ace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ as a function. Call with AS-NUMBER keyword to compare by `version<'.
365365
;; Use the Emacs standard indentation binding. This may upset c-mode
366366
;; which does not follow this at the moment, but I see no better
367367
;; choice.
368-
(define-key map [tab] 'indent-for-tab-command)
368+
(define-key map "\t" nil) ;Hide CC-mode's `TAB' binding.
369369
map)
370370
"Keymap for `php-mode'.")
371371

0 commit comments

Comments
 (0)