diff options
author | Kenichi Handa <handa@m17n.org> | 2011-12-05 16:03:31 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2011-12-05 16:03:31 +0900 |
commit | 2ab04b956544fc24132cee405f93c1a757ebca56 (patch) | |
tree | f8ff3a51bac0430ed69b6497568de699f6d3b904 /lisp/emacs-lisp/eieio.el | |
parent | a79703f53ccd12623371263d93baf0d1be928ec7 (diff) | |
parent | 58a70b943c3efcc25e1396c8e67bc440c43a3f0a (diff) | |
download | emacs-2ab04b956544fc24132cee405f93c1a757ebca56.tar.gz emacs-2ab04b956544fc24132cee405f93c1a757ebca56.tar.bz2 emacs-2ab04b956544fc24132cee405f93c1a757ebca56.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/eieio.el')
-rw-r--r-- | lisp/emacs-lisp/eieio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index db3236afc1a..170d3fb0bf8 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -57,7 +57,7 @@ (eval-and-compile ;; About the above. EIEIO must process its own code when it compiles -;; itself, thus, by eval-and-compiling outselves, we solve the problem. +;; itself, thus, by eval-and-compiling ourselves, we solve the problem. ;; Compatibility (if (fboundp 'compiled-function-arglist) |