blob: 7b0d6d2e79b75e5a145dfbfc9ecad72b7c7d38d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -ur AspectJForEmacs-1.1b2.orig/aspectj-mode/aspectj-mode.el AspectJForEmacs-1.1b2/aspectj-mode/aspectj-mode.el
--- AspectJForEmacs-1.1b2.orig/aspectj-mode/aspectj-mode.el 2002-12-18 15:31:02.000000000 -0600
+++ AspectJForEmacs-1.1b2/aspectj-mode/aspectj-mode.el 2004-05-11 11:04:49.330584360 -0500
@@ -620,8 +620,7 @@
(when aspectj-dir
(expand-file-name aspectj-helpfile-name aspectj-dir))))
(if (and aspectj-help (file-exists-p aspectj-help))
- (browse-url (concat "file://" (aspectj-convert-cygwin-path aspectj-help))
- browse-url-new-window-p)
+ (browse-url (concat "file://" (aspectj-convert-cygwin-path aspectj-help)) t)
(error "Cannot find AspectJ mode help file: %s" aspectj-help))))
;;;
Only in AspectJForEmacs-1.1b2/aspectj-mode: aspectj-mode.el~
|