Give permanent-local property to per-buffer variables without defaults.
authorChong Yidong <cyd@gnu.org>
Fri, 13 Jul 2012 14:25:59 +0000 (22:25 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 13 Jul 2012 14:25:59 +0000 (22:25 +0800)
commitdea31bd311229e7fa662e9b4b55f4c3683b7fe7b
tree2757baf59645676499db45eed4f17641076dd57d
parent2277de02b932b0c685a832dbcdc224885decbb30
Give permanent-local property to per-buffer variables without defaults.

* doc/emacs/custom.texi (Examining): Update C-h v message.

* lisp/bindings.el: Assign a non-nil permanent-local property to
per-buffer variables which lack a default value.

* lisp/help-fns.el (describe-variable): In the "automatically becomes
local" notice, take note of permanent-local variables.

Fixes: debbugs:11930
doc/emacs/ChangeLog
doc/emacs/custom.texi
lisp/ChangeLog
lisp/bindings.el
lisp/help-fns.el