Commit 7bdb69ea authored by Juergen Nickelsen's avatar Juergen Nickelsen
Browse files

removed the (sort) call from (symbol) -- Bapropos sorts already

parent 8ce9e4a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

(defun symbols ()
  "return a sorted list of all symbols"
  (sort (apropos ".") #'string<))
  (apropos "."))

(defun caar (pair)
  "return the car of the car of PAIR"