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
493a8f33
Commit
493a8f33
authored
Nov 19, 2016
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; Spelling fixes
parent
870c56a0
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
etc/NEWS
etc/NEWS
+1
-1
etc/PROBLEMS
etc/PROBLEMS
+2
-2
lisp/net/tramp.el
lisp/net/tramp.el
+1
-1
lisp/progmodes/verilog-mode.el
lisp/progmodes/verilog-mode.el
+1
-1
src/fileio.c
src/fileio.c
+2
-2
src/process.c
src/process.c
+1
-1
No files found.
etc/NEWS
View file @
493a8f33
...
...
@@ -556,7 +556,7 @@ variable.
eval-current-buffer, string-to-int
*** All the default-FOO variables that hold the default value of the
FOO variable. Use 'default-value' and 'setq-default' to access and
change FOO, repectively. The exhaustive list of removed variables is:
change FOO, re
s
pectively. The exhaustive list of removed variables is:
'default-mode-line-format', 'default-header-line-format',
'default-line-spacing', 'default-abbrev-mode', 'default-ctl-arrow',
'default-truncate-lines', 'default-left-margin', 'default-tab-width',
...
...
etc/PROBLEMS
View file @
493a8f33
...
...
@@ -2423,8 +2423,8 @@ If you do, please send it to bug-gnu-emacs@gnu.org so we can list it here.
The implementation of that function on Mac OS X uses pathconf with the
_PC_CASE_SENSITIVE flag. There have been reports that this use of
pathconf does not work reliably. If you have a problem, please
recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
recompile Emacs with -D
DARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-D
DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
whether this fixed your problem.
* Build-time problems
...
...
lisp/net/tramp.el
View file @
493a8f33
...
...
@@ -2920,7 +2920,7 @@ User is always nil."
(setq candidate
(directory-file-name (file-name-directory candidate))))
;; Nothing found, so we must use a temporary file for
;; comparis
i
on. `make-nearby-temp-file' is added to
;; comparison. `make-nearby-temp-file' is added to
;; Emacs 26+ like `file-name-case-insensitive-p', so
;; there is no compatibility problem calling it.
(unless
...
...
lisp/progmodes/verilog-mode.el
View file @
493a8f33
...
...
@@ -9435,7 +9435,7 @@ you can read them automatically with:
// verilog-auto-read-includes:t
// End:
Or a more specific alternative example, which requires haing
Or a more specific alternative example, which requires ha
v
ing
`enable-local-eval' non-nil:
// Local Variables:
...
...
src/fileio.c
View file @
493a8f33
...
...
@@ -2259,8 +2259,8 @@ file_name_case_insensitive_p (const char *filename)
There have been reports that pathconf with _PC_CASE_SENSITIVE
does not work reliably on Mac OS X. If you have a problem,
please recompile Emacs with -DDARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-DDARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
please recompile Emacs with -D
DARWIN_OS_CASE_SENSITIVE_FIXME=1 or
-D
DARWIN_OS_CASE_SENSITIVE_FIXME=2, and file a bug report saying
whether this fixed your problem. */
#ifdef _PC_CASE_INSENSITIVE
...
...
src/process.c
View file @
493a8f33
...
...
@@ -3102,7 +3102,7 @@ finish_after_tls_connection (Lisp_Object proc)
else if (p->outfd < 0)
{
/* The counterparty may have closed the connection (especially
if the NSM promt above take a long time), so recheck the file
if the NSM prom
p
t above take a long time), so recheck the file
descriptor here. */
pset_status (p, Qfailed);
deactivate_process (proc);
...
...
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