.emacs-my
changeset 963 102845496d41
parent 962 5d94d3736bbe
child 964 9382e2dce0ed
--- a/.emacs-my	Tue Oct 16 13:41:41 2012 +0300
+++ b/.emacs-my	Tue Oct 16 15:41:34 2012 +0300
@@ -960,7 +960,7 @@
   "Search for NetBeans executable in PATH, later in '/opt/netbeans*/bin/'."
   (or
    (executable-find "netbeans")
-   (car (last (sort (file-expand-wildcards "/opt/[Nn]etbeans*/bin/netbeans" t) 'equals))) ))
+   (car (last (sort (file-expand-wildcards "/opt/[Nn]etbeans*/bin/netbeans" t) 'equal))) ))
 (defvar netbeans-command (netbeans-find-command)
   "Command to run NetBeans.")
 (defun netbeans-open-file (file &optional line)
@@ -973,7 +973,7 @@
   (interactive)
   (if (file-regular-p (buffer-file-name))
       (netbeans-open-file (buffer-file-name) (line-number-at-pos))
-    (message "Current buffer wasnt' associated with a real file"))
+    (message "Current buffer wasnt' associated with a real file")))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "calendar")