diff -u ecb-1.96.orig/ecb-help.el ecb-1.96/ecb-help.el --- ecb-1.96.orig/ecb-help.el 2003-09-15 03:54:06.000000000 -0500 +++ ecb-1.96/ecb-help.el 2003-09-20 22:19:59.769898240 -0500 @@ -80,16 +80,7 @@ (const :tag "Html" :value html))) -(defcustom ecb-help-info-path (concat - (if ecb-running-xemacs - (if (file-exists-p - (concat ecb-ecb-dir - ecb-help-info-subdir - ecb-help-info-start-file)) - ecb-help-info-subdir - "../../info/") - ecb-help-info-subdir) - ecb-help-info-start-file) +(defcustom ecb-help-info-path "@ECB_INFO@" "*Path where the ECB online help in info format resides. This must be the location of the file \"ecb.info\" which comes with the ECB distribution. If is installed by unpacking the archive available on the ECB Only in ecb-1.96: ecb-help.el~ Common subdirectories: ecb-1.96.orig/html-help and ecb-1.96/html-help Common subdirectories: ecb-1.96.orig/info-help and ecb-1.96/info-help