aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1999-09-15 23:47:44 +0000
committerRichard M. Stallman <[email protected]>1999-09-15 23:47:44 +0000
commit70afcff36300615ce5f77258faac20301833be33 (patch)
tree12f80553d6ccd239961105214e759bb69cf25ef0 /lisp
parent217425d076de888d0c0de987fba32a3aba7dc3fe (diff)
Use aref instead of sref.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/winner.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/winner.el b/lisp/winner.el
index 56d9be8b40..4852e2992e 100644
--- a/lisp/winner.el
+++ b/lisp/winner.el
@@ -45,7 +45,7 @@
(require 'cl)
(cond
- ((eq (sref (emacs-version) 0) ?X)
+ ((eq (aref (emacs-version) 0) ?X)
(defmacro winner-active-region ()
'(region-active-p))
(defsetf winner-active-region () (store)