changeset 159:362d19c732a8

preferences: use y-or-n-p instead of yes-or-no-p
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Nov 2009 14:27:09 -0600
parents 36a4e4b0f9c3
children dafd5586742e
files .elisp/settings/50.preferences.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/50.preferences.el
+++ b/.elisp/settings/50.preferences.el
@@ -57,3 +57,6 @@
 (setq mac-pass-command-to-system nil)
 
 (set-face-attribute 'default nil :height 100)
+
+;; use y or n instead of yes or no
+(fset 'yes-or-no-p 'y-or-n-p)