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
6874724a
Commit
6874724a
authored
Jul 22, 2013
by
Ari Roponen
Committed by
Juanma Barranquero
Jul 22, 2013
Browse files
lisp/emacs-lisp/package.el (package-menu-mode): Fix bug#14930.
Don't modify the global value of tabulated-list-revert-hook.
parent
ac2bcafc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-1
No files found.
lisp/ChangeLog
View file @
6874724a
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.
...
...
lisp/emacs-lisp/package.el
View file @
6874724a
...
...
@@ -1393,7 +1393,7 @@ Letters do not insert themselves; instead, they are commands.
(
"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
)
...
...
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