Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf503f7c
Commit
cf503f7c
authored
Nov 02, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mere anarchy is loosed upon the world.
* doc/misc/gnus.texi (Agent Variables): Spelling fix.
parent
52365e61
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/gnus.texi
doc/misc/gnus.texi
+1
-1
lisp/emulation/viper-init.el
lisp/emulation/viper-init.el
+1
-1
lisp/gnus/ChangeLog.2
lisp/gnus/ChangeLog.2
+1
-1
src/buffer.h
src/buffer.h
+5
-6
No files found.
doc/misc/ChangeLog
View file @
cf503f7c
2010-11-03 Glenn Morris <rgm@gnu.org>
* gnus.texi (Agent Variables): Spelling fix.
2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
...
...
doc/misc/gnus.texi
View file @
cf503f7c
...
...
@@ -19840,7 +19840,7 @@ limit to control how often the cycling occurs. A large value improves
performance. A small value minimizes the time lost should the
connection be lost while fetching (You may need to run
@code{gnus-agent-regenerate-group} to update the group's state.
However, all articles parsed prior to lo
o
sing the connection will be
However, all articles parsed prior to losing the connection will be
available while unplugged). The default is 10M so it is unusual to
see any cycling.
lisp/emulation/viper-init.el
View file @
cf503f7c
...
...
@@ -784,7 +784,7 @@ Related buffers can be cycled through via :R and :P commands."
;; These two vars control the interaction of jumps performed by ' and `.
;; In this new version, '' doesn't erase the marks set by ``, so one can
;; use both kinds of jumps interchangeably and without lo
o
sing positions
;; use both kinds of jumps interchangeably and without losing positions
;; inside the lines.
;; Remembers position of the last jump done using ``'.
...
...
lisp/gnus/ChangeLog.2
View file @
cf503f7c
...
...
@@ -16433,7 +16433,7 @@
2001-01-09 Didier Verna <didier@xemacs.org>
* gnus-agent.el: Moved some XEmacs specific hook add-ons from
`gnus-xmas-[re]define' to avoid lo
o
sing user custom settings.
`gnus-xmas-[re]define' to avoid losing user custom settings.
* gnus-art.el: Ditto.
* gnus-group.el: Ditto.
* gnus-salt.el: Ditto.
...
...
src/buffer.h
View file @
cf503f7c
/* Header file for the buffer manipulation primitives.
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000,
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -459,7 +460,7 @@ struct buffer_text
struct
Lisp_Marker
*
markers
;
/* Usually 0. Temporarily set to 1 in decode_coding_gap to
prevent Fgarbage_collect from shrinking the gap and lo
o
sing
prevent Fgarbage_collect from shrinking the gap and losing
not-yet-decoded bytes. */
int
inhibit_shrinking
;
};
...
...
@@ -1019,5 +1020,3 @@ extern int last_per_buffer_idx;
#define PER_BUFFER_VALUE(BUFFER, OFFSET) \
(*(Lisp_Object *)((OFFSET) + (char *) (BUFFER)))
/* arch-tag: 679305dd-d41c-4a50-b170-3caf5c97b2d1
(do not change this comment) */
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