Martin, would you please install your patch, after testing as many
cases as you reasonably have time for?
___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
martin rudalics writes:
> > In Emacs 22 evaluate:
> >
> > (setq myvar '((0) (1) (2) (3) (4) (5) (6) (7) (8) (9)))
> >
> > (make-local-variable 'myvar)
> >
> > (setq myvar 1)
> >
> > then do C-h v myvar .
> >
> > Help buffer output:
> [...]
> >
> > Note the local value of
> In Emacs 22 evaluate:
>
> (setq myvar '((0) (1) (2) (3) (4) (5) (6) (7) (8) (9)))
>
> (make-local-variable 'myvar)
>
> (setq myvar 1)
>
> then do C-h v myvar .
>
> Help buffer output:
[...]
>
> Note the local value of 1 is not shown.
Would the below break anything else?
*** help-fns.el.~1.94.~
In Emacs 22 evaluate:
(setq myvar '((0) (1) (2) (3) (4) (5) (6) (7) (8) (9)))
(make-local-variable 'myvar)
(setq myvar 1)
then do C-h v myvar .
Help buffer output:
-
myvar's value is shown below.
Documentation:
Not documented as a variable.
Value:
Local in buffer *scratch*; gl