2001-10-08 Pavel Jan\e,Bm\e(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 `;'.
# 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 ccp processing using autoconf facilities,
+# Don't try to replace the cpp processing using autoconf facilities,
# says rms.
# Here are the things that we expect ../configure to edit.
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'.
int pending_atimers;
-/* Block/unblock SIGALRM.. */
+/* Block/unblock SIGALRM. */
#define BLOCK_ATIMERS sigblock (sigmask (SIGALRM))
#define UNBLOCK_ATIMERS sigunblock (sigmask (SIGALRM))
/* 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. Interrupt input is
+ guaranteed to not be blocked when this function is called. */
atimer_callback fn;
/* Additional user-specified data to pass to FN. */