Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c34066b7
Commit
c34066b7
authored
May 18, 2003
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(which-func-current, which-func-format):
Preload the risky-local-variable properties for them.
parent
62ea1306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/which-func.el
lisp/which-func.el
+2
-2
No files found.
lisp/which-func.el
View file @
c34066b7
...
...
@@ -103,7 +103,7 @@ Zero means compute the Imenu menu regardless of size."
"Format for displaying the function in the mode line."
:group
'which-func
:type
'sexp
)
(
put
'which-func-format
'risky-local-variable
t
)
;;;###autoload
(put 'which-func-format 'risky-local-variable t)
(
defvar
which-func-cleanup-function
nil
"Function to transform a string before displaying it in the mode line.
...
...
@@ -125,7 +125,7 @@ and you want to simplify them for the mode line
(
defconst
which-func-current
'
(
:eval
(
gethash
(
selected-window
)
which-func-table
which-func-unknown
)))
(
put
'which-func-current
'risky-local-variable
t
)
;;;###autoload
(put 'which-func-current 'risky-local-variable t)
(
defvar
which-func-mode
nil
"Non-nil means display current function name in mode line.
...
...
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