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
4fe0d68e
Commit
4fe0d68e
authored
Oct 11, 2008
by
Ulf Jasper
Browse files
newsticker--treeview-list-sort-by-column: variable name e vs. event
parent
32f1cc7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/newst-treeview.el
lisp/net/newst-treeview.el
+3
-3
No files found.
lisp/ChangeLog
View file @
4fe0d68e
2008-10-11 Ulf Jasper <ulf@web.de>
* net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
Fixed variable names.
2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
* startup.el (command-line): Revert 2008-09-26 change, not
* startup.el (command-line): Revert 2008-09-26 change, not
...
...
lisp/net/newst-treeview.el
View file @
4fe0d68e
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;; URL: http://www.nongnu.org/newsticker
;; URL: http://www.nongnu.org/newsticker
;; Created: 2007
;; Created: 2007
;; Keywords: News, RSS, Atom
;; Keywords: News, RSS, Atom
;; Time-stamp: "
25. August
2008, 1
9:39:28
(ulf)"
;; Time-stamp: "
11. Oktober
2008, 1
6:29:36
(ulf)"
;; ======================================================================
;; ======================================================================
...
@@ -630,8 +630,8 @@ If CLEAR-BUFFER is non-nil the list buffer is completely erased."
...
@@ -630,8 +630,8 @@ If CLEAR-BUFFER is non-nil the list buffer is completely erased."
"Sort the newsticker list window buffer by the column clicked on.
"Sort the newsticker list window buffer by the column clicked on.
Optional argument EVENT is the mouse event that triggered this action."
Optional argument EVENT is the mouse event that triggered this action."
(interactive (list last-input-event))
(interactive (list last-input-event))
(if e (mouse-select-window e))
(if e
vent
(mouse-select-window e
vent
))
(let* ((pos (event-start e))
(let* ((pos (event-start e
vent
))
(obj (posn-object pos))
(obj (posn-object pos))
(sort-order (if obj
(sort-order (if obj
(get-text-property (cdr obj) 'sort-order (car obj))
(get-text-property (cdr obj) 'sort-order (car obj))
...
...
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