]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/sotlisp/sotlisp.el
Merge commit '2841c4413eceed257c7f79ab0d47d2034d472391'
[gnu-emacs-elpa] / packages / sotlisp / sotlisp.el
similarity index 99%
rename from sotlisp.el
rename to packages/sotlisp/sotlisp.el
index c466e10a3e8e86bc195e83a9b9b6246797d8ca04..09728cb11dc9b3ab27e317eae896f4352fb17e81 100644 (file)
@@ -531,8 +531,7 @@ removes hooks and abbrevs."
                        (looking-at-p "#'")))
       (thing-at-point 'symbol)
     (let ((fcap (function-called-at-point)))
-      (if fcap
-          (symbol-name fcap)
+      (if fcap (symbol-name fcap)
         (thing-at-point 'symbol)))))
 
 (defun sotlisp-find-or-define-function (&optional prefix)