summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-19 17:05:19 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-04-19 17:05:19 +0200
commit75cf96ae9fbce112599f334eea78c3b3f3ceb8c8 (patch)
treea6b29c6a0e5cbc145d3aabb7ba60c15c8c7f947c /helm.el
parent9db9ed21c8d6454c60eb50c7cc935540d31abc43 (diff)
Remove deprecated helm-debug-toggle (#1749).
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/helm.el b/helm.el
index 0b693e3d..bd34dbff 100644
--- a/helm.el
+++ b/helm.el
@@ -4578,14 +4578,6 @@ to a list of forms.\n\n")
(pp-to-string (with-current-buffer helm-buffer (eval v))) "\n"))
(message "Calculating all helm-related values...Done"))
-;;;###autoload
-(defun helm-debug-toggle ()
- "Enable/disable helm debugging from outside of helm session."
- (interactive)
- (setq helm-debug (not helm-debug))
- (message "Helm Debug is now %s"
- (if helm-debug "Enabled" "Disabled")))
-
(defun helm-enable-or-switch-to-debug ()
"First hit enable helm debugging, second hit switch to debug buffer."
(interactive)