help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The symbol # in mapcat


From: Shiyuan
Subject: The symbol # in mapcat
Date: Sun, 24 Aug 2014 11:27:32 -0700

Hi,
    Anyone can explain what is the meaning of the symbol # in the following
mapconcat call (from ob-python.el),
(mapconcat
              #'org-babel-trim
              (butlast
               (org-babel-comint-with-output
                   (session org-babel-python-eoe-indicator t body)
                 (funcall input-body body)
                 (funcall send-wait) (funcall send-wait)
                 (insert org-babel-python-eoe-indicator)
                 (funcall send-wait))
               2) "\n")
Thanks.

Shiyuan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]