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
c6193b53
Commit
c6193b53
authored
Feb 16, 2009
by
Ulf Jasper
Browse files
newsticker: offer deletion of old groups file.
parent
5dc584b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/newst-treeview.el
lisp/net/newst-treeview.el
+4
-1
No files found.
lisp/ChangeLog
View file @
c6193b53
2009-02-16 Ulf Jasper <ulf.jasper@web.de>
* net/newst-treeview.el (newsticker--treeview-load): Offer
deletion of old groups file.
2009-02-16 Glenn Morris <rgm@gnu.org>
* mail/rmailout.el (rmail-delete-unwanted-fields)
...
...
lisp/net/newst-treeview.el
View file @
c6193b53
...
...
@@ -7,7 +7,7 @@
;; URL: http://www.nongnu.org/newsticker
;; Created: 2007
;; Keywords: News, RSS, Atom
;; Time-stamp: "
8
. Februar 2009, 1
9
:2
4
:0
5
(ulf)"
;; Time-stamp: "
16
. Februar 2009,
2
1:2
5
:0
9
(ulf)"
;; ======================================================================
...
...
@@ -1261,6 +1261,9 @@ Note: does not update the layout."
(
concat
newsticker-dir
"/groups"
)))
(
buf
(
and
(
file-exists-p
filename
)
(
find-file-noselect
filename
))))
(
if
(
and
(
file-exists-p
newsticker-groups-filename
)
(
y-or-n-p
(
format
"Delete old newsticker groups file? "
))
(
delete-file
newsticker-groups-filename
)))
(
when
buf
(
set-buffer
buf
)
(
goto-char
(
point-min
))
...
...
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