emacs/elisp: What is the hash (pound, number sign, octothorp) symbol used for?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-04-23T20:14:02Z Indexed on 2010/04/23 20:23 UTC
Read the original article Hit count: 180

Filed under:
|

What does this do?

(add-hook 'compilation-mode-hook #'my-setup-compile-mode)

...and is it different than

(add-hook 'compilation-mode-hook 'my-setup-compile-mode)

© Stack Overflow or respective owner

Related posts about emacs

Related posts about elisp