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
4104194e
Commit
4104194e
authored
Nov 16, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
407b4328
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
man/files.texi
man/files.texi
+2
-1
No files found.
etc/NEWS
View file @
4104194e
...
@@ -41,6 +41,9 @@ lacks unexec, asynchronous processes, and networking support.
...
@@ -41,6 +41,9 @@ lacks unexec, asynchronous processes, and networking support.
*
Changes in Emacs 21.1
*
Changes in Emacs 21.1
** When visiting a file with M-x find-file-literally, no newlines will
be added to the end of the buffer because of `require-final-newline'.
** auto-compression mode is no longer enabled just by loading jka-compr.el.
** auto-compression mode is no longer enabled just by loading jka-compr.el.
To control it, set `auto-compression-mode' via Custom or use the
To control it, set `auto-compression-mode' via Custom or use the
`auto-compression-mode'
command.
`auto-compression-mode'
command.
...
...
lisp/ChangeLog
View file @
4104194e
2000-11-16 Gerd Moellmann <gerd@gnu.org>
2000-11-16 Gerd Moellmann <gerd@gnu.org>
* files.el (basic-save-buffer): Don't add a newline if
find-file-literally is non-nil.
(find-file-literally): Extend doc string.
* sort.el (sort-columns): If sort-fold-case it non-nil, invoke
* sort.el (sort-columns): If sort-fold-case it non-nil, invoke
sort(1) with the `-f' argument.
sort(1) with the `-f' argument.
...
...
man/files.texi
View file @
4104194e
...
@@ -278,7 +278,8 @@ system. @xref{Frames}.
...
@@ -278,7 +278,8 @@ system. @xref{Frames}.
encoding or conversion, use the @kbd{M-x find-file-literally} command.
encoding or conversion, use the @kbd{M-x find-file-literally} command.
It visits a file, like @kbd{C-x C-f}, but does not do format conversion
It visits a file, like @kbd{C-x C-f}, but does not do format conversion
(@pxref{Formatted Text}), character code conversion (@pxref{Coding
(@pxref{Formatted Text}), character code conversion (@pxref{Coding
Systems}), or automatic uncompression (@pxref{Compressed Files}).
Systems}), or automatic uncompression (@pxref{Compressed Files}), and
does not add a final newline because of @code{require-final-newline}.
If you already have visited the same file in the usual (non-literal)
If you already have visited the same file in the usual (non-literal)
manner, this command asks you whether to visit it literally instead.
manner, this command asks you whether to visit it literally instead.
...
...
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