1. Set `outline-minor-mode-use-buttons' to true (I've done it through `customize-group') 2. Make sure that `emacs-lisp-mode-hook' enables outline-minor-mode (I've done it through `add-hook') 3. Visit a .el file, say lisp/outline.el from Emacs sources 4. Observe that buttons aren't displayed.