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
05e7ce90
Commit
05e7ce90
authored
Jun 15, 2013
by
Juanma Barranquero
Browse files
lisp/help-fns.el (describe-variable): Add extra line for permanent-local vars.
parent
12e5e86e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/help-fns.el
lisp/help-fns.el
+2
-0
No files found.
lisp/ChangeLog
View file @
05e7ce90
2013-06-15 Juanma Barranquero <lekktu@gmail.com>
* help-fns.el (describe-variable):
Add extra line for permanent-local variables.
2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
* progmodes/scheme.el (scheme-font-lock-keywords-2):
lisp/help-fns.el
View file @
05e7ce90
...
...
@@ -875,8 +875,10 @@ it is displayed along with the global value."
(
princ
"buffer-local when set.\n"
))
((
not
permanent-local
))
((
bufferp
locus
)
(
setq
extra-line
t
)
(
princ
" This variable's buffer-local value is permanent.\n"
))
(
t
(
setq
extra-line
t
)
(
princ
"
This
variable
's
value
is
permanent
\
if
it
is
given
a
local
binding.\n
")))
...
...
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