X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/25d99a950debf417295e68a7a7d519b4ddf3e546..ec6e26b8112dd5eea3558a5bb7e0b44f3122dea0:/lisp/strokes.el diff --git a/lisp/strokes.el b/lisp/strokes.el index 9a3a7608d2..2c3c3bc6dd 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -1,6 +1,6 @@ ;;; strokes.el --- control Emacs through mouse strokes -;; Copyright (C) 1997, 2000-2012 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2000-2013 Free Software Foundation, Inc. ;; Author: David Bakhash ;; Maintainer: FSF @@ -260,7 +260,7 @@ WARNING: Changing the value of this variable will gravely affect the :type 'integer :group 'strokes) -(defcustom strokes-file (convert-standard-filename "~/.strokes") +(defcustom strokes-file (locate-user-emacs-file "strokes" ".strokes") "File containing saved strokes for Strokes mode (default is ~/.strokes)." :type 'file :group 'strokes)