[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Remove cruft that was causing bad window config [PATCH]



In [emacs-w3m:12918]
> diff -u -r1.42 w3m-session.el
> --- w3m-session.el	16 Feb 2018 06:53:15 -0000	1.42
> +++ w3m-session.el	18 Feb 2018 22:02:59 -0000
> @@ -476,9 +478,7 @@
>      (setq w3m-session-select-mode-map map)))

>  ;;; Local variables
> -(defvar w3m-session-select-wincfg nil)
>  (defvar w3m-session-select-sessions nil)
> -(make-variable-buffer-local 'w3m-session-select-wincfg)
>  (make-variable-buffer-local 'w3m-session-select-sessions)

I've also removed `w3m-session-select-wincfg' that exists in
the `w3m-session' function.  It's ok, isn't it?

All patches you posted this weekend have been installed.
Thank you!