Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d1947d4c
Commit
d1947d4c
authored
Jul 12, 2007
by
Stefan Monnier
Browse files
(which-func-modes): Add `python-mode'.
parent
4f7a582b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/which-func.el
lisp/progmodes/which-func.el
+2
-2
No files found.
lisp/progmodes/which-func.el
View file @
d1947d4c
...
...
@@ -76,8 +76,8 @@
:version
"20.3"
)
(
defcustom
which-func-modes
'
(
emacs-lisp-mode
c-mode
c++-mode
perl-mode
cperl-mode
makefile
-mode
sh-mode
fortran-mode
f90-mode
ada-mode
)
'
(
emacs-lisp-mode
c-mode
c++-mode
perl-mode
cperl-mode
python
-mode
makefile-mode
sh-mode
fortran-mode
f90-mode
ada-mode
)
"List of major modes for which Which Function mode should be used.
For other modes it is disabled. If this is equal to t,
then Which Function mode is enabled in any major mode that supports it."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment