org.el: Don't populate the *Messages* with messages from some functions.
commit43f7659664bc47d5c7262000d4257d1840635798
authorBastien Guerry <bzg@altern.org>
Sat, 22 Dec 2012 15:06:47 +0000 (22 16:06 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 22 Dec 2012 15:06:47 +0000 (22 16:06 +0100)
treee9af843fd4e5048513ca3c89dd80f10efbdb8a28
parent830e231ef1da5c5a1ab760a6a059551841952610
org.el: Don't populate the *Messages* with messages from some functions.

* org.el (org-cycle, org-cycle-internal-global)
(org-cycle-internal-local, org-display-outline-path): Let-bind
`message-log-max' to nil so that messages don't populate the
*Messages*.

Thanks to Michael Heerdegen for raising this and to Christopher Schmidt
and Michael Brand for suggesting a fix.
lisp/org.el