Don't modify the global value of tabulated-list-revert-hook.
+2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
+
+ * emacs-lisp/package.el (package-menu-mode): Don't modify the
+ global value of tabulated-list-revert-hook (bug#14930).
+
2013-07-22 Juanma Barranquero <lekktu@gmail.com>
* desktop.el: Require 'cl-lib.
("Description" 0 nil)])
(setq tabulated-list-padding 2)
(setq tabulated-list-sort-key (cons "Status" nil))
- (add-hook 'tabulated-list-revert-hook 'package-menu--refresh)
+ (add-hook 'tabulated-list-revert-hook 'package-menu--refresh nil t)
(tabulated-list-init-header))
(defmacro package--push (pkg-desc status listname)