diff options
| author | Miles Bader | 2004-07-23 04:30:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-07-23 04:30:44 +0000 |
| commit | 6bb4a8bf9aaa63141ad7c12ab6b6ba9939050178 (patch) | |
| tree | ffe1b6fc55a6ef858938f3e80a9fd79ae096ad10 /src/buffer.c | |
| parent | cd9fc52e16bd2c780919c927bbf734039dd9a7dc (diff) | |
| parent | 9586e1d3a4255c58bf827400ab7c038a3ee988a3 (diff) | |
| download | emacs-6bb4a8bf9aaa63141ad7c12ab6b6ba9939050178.tar.gz emacs-6bb4a8bf9aaa63141ad7c12ab6b6ba9939050178.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
Update from CVS: lisp/progmodes/make-mode.el: Fix comments.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
Update from CVS
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8bc20776957..fb8fa9bc332 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5877,7 +5877,10 @@ all windows or just the selected window. | |||
| 5877 | 5877 | ||
| 5878 | If the value is `lambda', that enables Transient Mark mode temporarily | 5878 | If the value is `lambda', that enables Transient Mark mode temporarily |
| 5879 | until the next buffer modification. If a command sets the value to `only', | 5879 | until the next buffer modification. If a command sets the value to `only', |
| 5880 | that enables Transient Mark mode for the following command only. */); | 5880 | that enables Transient Mark mode for the following command only. |
| 5881 | During that following command, the value of `transient-mark-mode' | ||
| 5882 | is `identity'. If it is still `identity' at the end of that command, | ||
| 5883 | it changes to nil. */); | ||
| 5881 | Vtransient_mark_mode = Qnil; | 5884 | Vtransient_mark_mode = Qnil; |
| 5882 | 5885 | ||
| 5883 | DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, | 5886 | DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, |