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
e9110dc5
Commit
e9110dc5
authored
Feb 03, 1996
by
Richard M. Stallman
Browse files
(gnus-gnus-to-newsrc-format): Turn off version-control
before saving the .newsrc files.
parent
221ca406
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/gnus.el
lisp/gnus.el
+4
-0
No files found.
lisp/gnus.el
View file @
e9110dc5
...
...
@@ -13411,6 +13411,8 @@ If FORCE is non-nil, the .newsrc file is read."
gnus-current-startup-file)))
;; Quickly loadable .newsrc.
(set-buffer (get-buffer-create " *Gnus-newsrc*"))
(make-local-variable 'version-control)
(setq version-control 'never)
(setq buffer-file-name (concat gnus-current-startup-file ".eld"))
(gnus-add-current-to-buffer-list)
(buffer-disable-undo (current-buffer))
...
...
@@ -13485,6 +13487,8 @@ If FORCE is non-nil, the .newsrc file is read."
(if ranges (insert ","))))))
(insert "\n")))
(setq newsrc (cdr newsrc)))
(make-local-variable 'version-control)
(setq version-control 'never)
;; It has been reported that sometime the modtime on the .newsrc
;; file seems to be off. We really do want to overwrite it, so
;; we clear the modtime here before saving. It's a bit odd,
...
...
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