]> code.delx.au - dotemacs/blobdiff - lisp/my-gui.el
Moved yes-or-no-p
[dotemacs] / lisp / my-gui.el
index 50e2ac059b6bb37a1c59adb4850d2ecafbb0f90c..35527091478bbc9cc4f357c78f1dd6c9345f26a3 100644 (file)
@@ -26,3 +26,5 @@
 (setq icon-title-format frame-title-format)
 
 (add-to-list 'post-command-hook #'my/terminal-update-title)
+
+(defalias 'yes-or-no-p 'y-or-n-p)