summaryrefslogtreecommitdiff
blob: 839e1d135c87fb6ce7a39f028fedaa9d81d1c4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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