# HG changeset patch # User Oleksandr Gavenko # Date 1350391294 -10800 # Node ID 102845496d4168bbd021ab98601edb2f7d0cdbfc # Parent 5d94d3736bbe7b105ab5ffd5aab9c3906a6857d9 Fix: balance parents. Fix typo in func name. diff -r 5d94d3736bbe -r 102845496d41 .emacs-my --- 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")