summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dashboard.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard.el b/dashboard.el
index 58bb05c..40ddbda 100644
--- a/dashboard.el
+++ b/dashboard.el
@@ -132,7 +132,8 @@ calls `%s' otherwise."
((eq (current-buffer) (get-buffer dashboard-buffer-name))
;; The function message returns the message, so applying not will
;; produce nil as needed.
- (not (message "Please don't kill the dashboard buffer")))
+ ;; "Please don't kill the dashboard buffer"
+ (not (message "न निहन्याद्घाटीफलकनिधानकम्")))
(t)))
(add-hook 'kill-buffer-query-functions 'dont-kill-dashboard-fn)