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
8b2e00a3
Commit
8b2e00a3
authored
Aug 26, 2012
by
Paul Eggert
Browse files
Spelling fixes.
* Makefile.in (.PHONY): versioclean -> versionclean.
parent
6bd1cda5
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
7 deletions
+10
-7
etc/NEWS
etc/NEWS
+1
-1
lisp/calc/calccomp.el
lisp/calc/calccomp.el
+1
-1
lisp/woman.el
lisp/woman.el
+1
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/Makefile.in
src/Makefile.in
+1
-1
src/w32.c
src/w32.c
+2
-2
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
etc/NEWS
View file @
8b2e00a3
...
...
@@ -23,7 +23,7 @@ so we will look at it and add it to the manual.
*
Installation Changes in Emacs 24.3
** New configure option '--without-all' to disable additonal features.
** New configure option '--without-all' to disable addit
i
onal features.
This disables most of the features that are normally enabled by default.
** New configure option '--enable-link-time-optimization' to utilize
...
...
lisp/calc/calccomp.el
View file @
8b2e00a3
...
...
@@ -86,7 +86,7 @@
(
setq
sn
(
math-to-underscores
sn
)))
sn
)))
;;; Give multiplication prece
n
dence when composing to avoid
;;; Give multiplication precedence when composing to avoid
;;; writing a*(b c) instead of a b c
(
defun
math-compose-expr
(
a
prec
&optional
div
)
(
let
((
calc-multiplication-has-precedence
t
)
...
...
lisp/woman.el
View file @
8b2e00a3
...
...
@@ -2531,7 +2531,7 @@ REQUEST is the invoking directive without the leading dot."
(cond
;; ((looking-at "[no]") (setq c t)) ; accept n(roff) and o(dd page)
;; ((looking-at "[te]") (setq c nil)) ; reject t(roff) and e(ven page)
;; Per groff ".if v" is recogni
s
ed as false (it means -Tversatec).
;; Per groff ".if v" is recogni
z
ed as false (it means -Tversatec).
((looking-at "[ntoev]")
(setq c (memq (following-char) woman-if-conditions-true)))
;; Unrecognized letter so reject:
...
...
src/ChangeLog
View file @
8b2e00a3
2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
Spelling fixes.
* Makefile.in (.PHONY): versioclean -> versionclean.
Remove unused external symbols.
* data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
* window.c (Qwindow_valid_p, decode_valid_window):
...
...
src/Makefile.in
View file @
8b2e00a3
...
...
@@ -502,7 +502,7 @@ doc.o: buildobj.h
@ns_frag@
.PHONY
:
mostlyclean clean bootstrap-clean distclean maintainer-clean
.PHONY
:
versioclean extraclean frc
.PHONY
:
versio
n
clean extraclean frc
mostlyclean
:
rm
-f
temacs
$(EXEEXT)
core
*
.core
\#
*
*
.o libXMenu11.a liblw.a
...
...
src/w32.c
View file @
8b2e00a3
...
...
@@ -4098,7 +4098,7 @@ symlink (char const *filename, char const *linkname)
dir_access = sys_access (filename, D_OK);
/* Since Windows distinguishes between symlinks to directories and
to files, we provide a kludg
e
y feature: if FILENAME doesn't
to files, we provide a kludgy feature: if FILENAME doesn't
exist, but ends in a slash, we create a symlink to directory. If
FILENAME exists and is a directory, we always create a symlink to
directory. */
...
...
@@ -4165,7 +4165,7 @@ symlink (char const *filename, char const *linkname)
whether the underlying volume actually supports symlinks, by
testing the FILE_SUPPORTS_REPARSE_POINTS bit in volume's flags, and
avoid the call to this function if it doesn't. That's because the
call to GetFileAttributes takes a non-negligible time, e
x
pecially
call to GetFileAttributes takes a non-negligible time, e
s
pecially
on non-local or removable filesystems. See stat_worker for an
example of how to do that. */
static int
...
...
src/xdisp.c
View file @
8b2e00a3
...
...
@@ -2420,7 +2420,7 @@ remember_mouse_glyph (struct frame *f, int gx, int gy, NativeRectangle *rect)
static Lisp_Object
safe_eval_handler (Lisp_Object arg, ptrdiff_t nargs, Lisp_Object *args)
{
add_to_log ("Error during redisplay: %S signal
l
ed %S",
add_to_log ("Error during redisplay: %S signaled %S",
Flist (nargs, args), arg);
return Qnil;
}
...
...
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