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
5f351ff1
Commit
5f351ff1
authored
Oct 08, 2001
by
Pavel Janík
Browse files
*** empty log message ***
parent
479dfe87
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
src/ChangeLog
src/ChangeLog
+4
-0
src/Makefile.in
src/Makefile.in
+1
-1
src/README
src/README
+0
-3
src/atimer.c
src/atimer.c
+1
-1
src/atimer.h
src/atimer.h
+2
-2
No files found.
src/ChangeLog
View file @
5f351ff1
2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* xfns.c (Fx_hide_tip): Fix typo in a doc string.
(Fx_file_dialog) [USE_MOTIF]: Remove unused variables
`popup_activated_flag' and `title'.
* doc.c (Fdocumentation_property): Fix typo in a doc string.
* emacs.c (main): Remove extra `;'.
...
...
src/Makefile.in
View file @
5f351ff1
...
...
@@ -24,7 +24,7 @@
# script may need modifying in sync with changes made here. Try to
# avoid shell-ism because the DOS build has to use the DOS shell.
# Don't try to replace the c
c
p processing using autoconf facilities,
# Don't try to replace the c
p
p processing using autoconf facilities,
# says rms.
# Here are the things that we expect ../configure to edit.
...
...
src/README
View file @
5f351ff1
...
...
@@ -26,6 +26,3 @@ systems where you are not overly concerned with security, since it
either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
world readable. Otherwise, Emacs can determine information about the
current user, but no one else.
`pwd.h' contains definitions for VMS to be able to correctly simulate
`getpwdnam' and `getpwduid'.
src/atimer.c
View file @
5f351ff1
...
...
@@ -62,7 +62,7 @@ static struct atimer *atimers;
int
pending_atimers
;
/* Block/unblock SIGALRM.
.
*/
/* Block/unblock SIGALRM.
*/
#define BLOCK_ATIMERS sigblock (sigmask (SIGALRM))
#define UNBLOCK_ATIMERS sigunblock (sigmask (SIGALRM))
...
...
src/atimer.h
View file @
5f351ff1
...
...
@@ -58,8 +58,8 @@ struct atimer
/* Interval of this timer. */
EMACS_TIME
interval
;
/* Function to call when timer is ripe. Interupt input is
garanteed to not be blocked when this function is called. */
/* Function to call when timer is ripe. Inter
r
upt input is
g
u
aranteed to not be blocked when this function is called. */
atimer_callback
fn
;
/* Additional user-specified data to pass to FN. */
...
...
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