diff options
| -rw-r--r-- | configure.in | 4 | ||||
| -rw-r--r-- | lisp/mail/metamail.el | 10 | ||||
| -rw-r--r-- | lwlib/lwlib-Xm.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-Xol.c | 4 | ||||
| -rw-r--r-- | lwlib/lwlib-int.h | 2 | ||||
| -rw-r--r-- | lwlib/lwlib.h | 2 | ||||
| -rw-r--r-- | lwlib/xlwmenu.c | 2 | ||||
| -rwxr-xr-x | make-dist | 2 |
8 files changed, 15 insertions, 15 deletions
diff --git a/configure.in b/configure.in index a72e4b9f570..37b9a87b069 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -235,7 +235,7 @@ case "${canonical}" in | |||
| 235 | ## Convex | 235 | ## Convex |
| 236 | *-convex-bsd* | *-convex-convexos* ) | 236 | *-convex-bsd* | *-convex-convexos* ) |
| 237 | machine=convex opsys=bsd4-3 | 237 | machine=convex opsys=bsd4-3 |
| 238 | ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov | 238 | ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov |
| 239 | NON_GNU_CPP="cc -E -P" | 239 | NON_GNU_CPP="cc -E -P" |
| 240 | ;; | 240 | ;; |
| 241 | 241 | ||
| @@ -998,7 +998,7 @@ fi | |||
| 998 | if test x"${x_includes}" = x; then | 998 | if test x"${x_includes}" = x; then |
| 999 | bitmapdir=/usr/include/X11/bitmaps | 999 | bitmapdir=/usr/include/X11/bitmaps |
| 1000 | else | 1000 | else |
| 1001 | # accumulate include directories that have X11 bitmap sudirectories | 1001 | # accumulate include directories that have X11 bitmap subdirectories |
| 1002 | bmd_acc="dummyval" | 1002 | bmd_acc="dummyval" |
| 1003 | for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do | 1003 | for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do |
| 1004 | if test -d "${bmd}/X11/bitmaps"; then | 1004 | if test -d "${bmd}/X11/bitmaps"; then |
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 31919b8ef50..12297358373 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1993 Masanobu UMEDA | 3 | ;; Copyright (C) 1993 Masanobu UMEDA |
| 4 | 4 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 6 | ;; Version: $Header: metamail.el,v 1.5 93/07/08 21:56:49 umerin Exp $ | 6 | ;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/metamail.el,v 1.1 1993/07/20 03:02:12 rms Exp kwzh $ |
| 7 | ;; Keywords: mail, news, mime, multimedia | 7 | ;; Keywords: mail, news, mime, multimedia |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| @@ -27,10 +27,10 @@ | |||
| 27 | ;; LCD Archive Entry: | 27 | ;; LCD Archive Entry: |
| 28 | ;; metamail|Masanobu UMEDA|umerin@mse.kyutech.ac.jp| | 28 | ;; metamail|Masanobu UMEDA|umerin@mse.kyutech.ac.jp| |
| 29 | ;; Metamail interface for GNU Emacs| | 29 | ;; Metamail interface for GNU Emacs| |
| 30 | ;; $Date: 93/07/08 21:56:49 $|$Revision: 1.5 $|~/misc/metamail.el.Z| | 30 | ;; $Date: 1993/07/20 03:02:12 $|$Revision: 1.1 $|~/misc/metamail.el.Z| |
| 31 | 31 | ||
| 32 | ;; Note: Metamail does not have all options which is compatible with | 32 | ;; Note: Metamail does not have all options which are compatible with |
| 33 | ;; the environment variables. For that reason, matamail.el have to | 33 | ;; the environment variables. For that reason, metamail.el has to |
| 34 | ;; hack the environment variables. In addition, there is no way to | 34 | ;; hack the environment variables. In addition, there is no way to |
| 35 | ;; display all header fields without extra informative body messages | 35 | ;; display all header fields without extra informative body messages |
| 36 | ;; which is suppressed by "-q" option. | 36 | ;; which is suppressed by "-q" option. |
| @@ -71,7 +71,7 @@ redisplayed as output is inserted." | |||
| 71 | (buffer-read-only nil) | 71 | (buffer-read-only nil) |
| 72 | (metafile (make-temp-name "/tmp/metamail"))) | 72 | (metafile (make-temp-name "/tmp/metamail"))) |
| 73 | (save-excursion | 73 | (save-excursion |
| 74 | ;; Gee! Metamail does not ouput to stdout if input comes from | 74 | ;; Gee! Metamail does not output to stdout if input comes from |
| 75 | ;; stdin. | 75 | ;; stdin. |
| 76 | (write-region beg end metafile nil 'nomessage) | 76 | (write-region beg end metafile nil 'nomessage) |
| 77 | (if buffer | 77 | (if buffer |
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c index 797945055f7..df80b67e160 100644 --- a/lwlib/lwlib-Xm.c +++ b/lwlib/lwlib-Xm.c | |||
| @@ -726,7 +726,7 @@ xm_update_one_value (instance, widget, val) | |||
| 726 | /* This function is for activating a button from a program. It's wrong because | 726 | /* This function is for activating a button from a program. It's wrong because |
| 727 | we pass a NULL argument in the call_data which is not Motif compatible. | 727 | we pass a NULL argument in the call_data which is not Motif compatible. |
| 728 | This is used from the XmNdefaultAction callback of the List widgets to | 728 | This is used from the XmNdefaultAction callback of the List widgets to |
| 729 | have a dble-click put down a dialog box like the button woudl do. | 729 | have a double-click put down a dialog box like the button would do. |
| 730 | I could not find a way to do that with accelerators. | 730 | I could not find a way to do that with accelerators. |
| 731 | */ | 731 | */ |
| 732 | static void | 732 | static void |
| @@ -841,7 +841,7 @@ make_dialog (name, parent, pop_up_p, shell_title, icon_name, text_input_slot, | |||
| 841 | n_children++; | 841 | n_children++; |
| 842 | } | 842 | } |
| 843 | 843 | ||
| 844 | /* invisible seperator button */ | 844 | /* invisible separator button */ |
| 845 | ac = 0; | 845 | ac = 0; |
| 846 | XtSetArg (al[ac], XmNmappedWhenManaged, FALSE); ac++; | 846 | XtSetArg (al[ac], XmNmappedWhenManaged, FALSE); ac++; |
| 847 | children [n_children] = XmCreateLabel (row, "separator_button", al, ac); | 847 | children [n_children] = XmCreateLabel (row, "separator_button", al, ac); |
diff --git a/lwlib/lwlib-Xol.c b/lwlib/lwlib-Xol.c index e78751236f6..d34e70e1324 100644 --- a/lwlib/lwlib-Xol.c +++ b/lwlib/lwlib-Xol.c | |||
| @@ -225,14 +225,14 @@ update_one_menu_entry (widget_instance* instance, Widget widget, | |||
| 225 | { | 225 | { |
| 226 | if (contents) | 226 | if (contents) |
| 227 | { | 227 | { |
| 228 | /* in OLIT this woudl have to be a structural change on the | 228 | /* in OLIT this would have to be a structural change on the |
| 229 | button. */ | 229 | button. */ |
| 230 | abort (); | 230 | abort (); |
| 231 | } | 231 | } |
| 232 | } | 232 | } |
| 233 | else if (!contents) | 233 | else if (!contents) |
| 234 | { | 234 | { |
| 235 | /* in OLIT this woudl have to be a structural change on the button. */ | 235 | /* in OLIT this would have to be a structural change on the button. */ |
| 236 | abort (); | 236 | abort (); |
| 237 | } | 237 | } |
| 238 | else if (contents->change != NO_CHANGE) | 238 | else if (contents->change != NO_CHANGE) |
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index b38c681a948..3649a241738 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h | |||
| @@ -42,7 +42,7 @@ typedef struct _widget_creation_entry | |||
| 42 | } widget_creation_entry; | 42 | } widget_creation_entry; |
| 43 | 43 | ||
| 44 | /* update all other instances of a widget. Can be used in a callback when | 44 | /* update all other instances of a widget. Can be used in a callback when |
| 45 | a wiget has been used by the user */ | 45 | a widget has been used by the user */ |
| 46 | void | 46 | void |
| 47 | lw_internal_update_other_instances (); | 47 | lw_internal_update_other_instances (); |
| 48 | 48 | ||
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h index f22598ae730..33c4321f150 100644 --- a/lwlib/lwlib.h +++ b/lwlib/lwlib.h | |||
| @@ -102,7 +102,7 @@ void lw_set_keyboard_focus (/* Widget parent, Widget w */); | |||
| 102 | void lw_show_busy (/* Widget w, Boolean busy */); | 102 | void lw_show_busy (/* Widget w, Boolean busy */); |
| 103 | 103 | ||
| 104 | /* Silly hack to assist with Lucid/Athena geometry management. */ | 104 | /* Silly hack to assist with Lucid/Athena geometry management. */ |
| 105 | void lw_refigure_widget (/* Widget w, Boolan doit */); | 105 | void lw_refigure_widget (/* Widget w, Boolean doit */); |
| 106 | 106 | ||
| 107 | /* Toolkit independent way of determining if an event occurred on a | 107 | /* Toolkit independent way of determining if an event occurred on a |
| 108 | menubar. */ | 108 | menubar. */ |
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 26b56315e05..61487c0f65f 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c | |||
| @@ -848,7 +848,7 @@ remap_menubar (mw) | |||
| 848 | old_stack [i] = new_stack [i]; | 848 | old_stack [i] = new_stack [i]; |
| 849 | mw->menu.old_depth = new_depth; | 849 | mw->menu.old_depth = new_depth; |
| 850 | 850 | ||
| 851 | /* refresh the last seletion */ | 851 | /* refresh the last selection */ |
| 852 | selection_position.x = 0; | 852 | selection_position.x = 0; |
| 853 | selection_position.y = 0; | 853 | selection_position.y = 0; |
| 854 | display_menu (mw, last_same, new_selection == old_selection, | 854 | display_menu (mw, last_same, new_selection == old_selection, |
| @@ -370,7 +370,7 @@ done | |||
| 370 | #### created these files by linking them in from the original tree, | 370 | #### created these files by linking them in from the original tree, |
| 371 | #### they'll have exactly two links normally.) | 371 | #### they'll have exactly two links normally.) |
| 372 | #### | 372 | #### |
| 373 | #### Commented out since it's not stricly necessary; it should suffice | 373 | #### Commented out since it's not strictly necessary; it should suffice |
| 374 | #### to just break the link on alloca.c. | 374 | #### to just break the link on alloca.c. |
| 375 | #echo "Breaking intra-tree links." | 375 | #echo "Breaking intra-tree links." |
| 376 | #find ${tempdir} ! -type d -links +2 \ | 376 | #find ${tempdir} ! -type d -links +2 \ |