]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/sotlisp/sotlisp.el
Merge commit '5c540d26479df04e7fc6b99792707457df174528'
[gnu-emacs-elpa] / packages / sotlisp / sotlisp.el
similarity index 99%
rename from sotlisp.el
rename to packages/sotlisp/sotlisp.el
index f77f0aca9f72aed46065c88ccfaaa90c4abf5304..f1536a07664deceea56e62ad4b89b2cee66d6e46 100644 (file)
@@ -1,8 +1,8 @@
 ;;; sotlisp.el --- Write lisp at the speed of thought.  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
 
-;; Author: Artur Malabarba  <bruce.connor.am@gmail.com>
+;; Author: Artur Malabarba  <bruce.connor.am@>
 ;; URL: https://github.com/Malabarba/speed-of-thought-lisp
 ;; Keywords: convenience, lisp
 ;; Package-Requires: ((emacs "24.1"))
@@ -525,8 +525,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)
@@ -686,4 +685,3 @@ With a prefix argument N, (un)comment that many sexps."
 
 (provide 'sotlisp)
 ;;; sotlisp.el ends here
-