]>
git.eshelyaron.com Git - emacs.git/log
Juanma Barranquero [Wed, 7 Oct 2009 17:10:19 +0000 (17:10 +0000)]
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
Glenn Morris [Wed, 7 Oct 2009 16:10:31 +0000 (16:10 +0000)]
(batch-update-autoloads): Remove useless use of concat.
Chong Yidong [Wed, 7 Oct 2009 15:04:43 +0000 (15:04 +0000)]
* cl.texi (Argument Lists): Clarify explicit keyword arguments.
Stefan Monnier [Wed, 7 Oct 2009 14:33:31 +0000 (14:33 +0000)]
(read-file-local-variable): Include some
non-user-variables in the completion table (bug#4664).
Stefan Monnier [Wed, 7 Oct 2009 14:32:08 +0000 (14:32 +0000)]
(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
Michael Albinus [Wed, 7 Oct 2009 11:31:21 +0000 (11:31 +0000)]
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
(tramp-smb-file-name-handler-alist): Add handler for
`copy-directory', `expand-file-name', `set-file-modes'.
(tramp-smb-handle-copy-directory)
(tramp-smb-handle-expand-file-name)
(tramp-smb-handle-set-file-modes): New defuns.
(tramp-smb-handle-copy-file): Handle KEPP-DATE.
(tramp-smb-handle-file-attributes): Simplify check for retrieving
entry.
(tramp-smb-handle-insert-directory): Don't flush the cache.
(tramp-smb-maybe-open-connection): Check for samba client and
server versions.
Michael Albinus [Wed, 7 Oct 2009 11:27:10 +0000 (11:27 +0000)]
* net/tramp-cache.el (tramp-flush-connection-property): Add trace message.
Eli Zaretskii [Wed, 7 Oct 2009 10:20:04 +0000 (10:20 +0000)]
(Directory Names) <abbreviate-file-name>: Document that root home
directories are not replaced with "~".
Eli Zaretskii [Wed, 7 Oct 2009 09:58:54 +0000 (09:58 +0000)]
(batch-update-autoloads): Fix last change to not error out of search
for "^lisp=" fails.
Juanma Barranquero [Wed, 7 Oct 2009 09:31:32 +0000 (09:31 +0000)]
* makefile.w32-in (WINS_UPDATES): New macro.
(custom-deps, finder-data, autoloads): Use it.
Glenn Morris [Wed, 7 Oct 2009 07:19:07 +0000 (07:19 +0000)]
(autoloads): Revert previous change.
Glenn Morris [Wed, 7 Oct 2009 07:18:53 +0000 (07:18 +0000)]
(batch-update-autoloads): Rather than having the list of preloaded
files passed on the command-line, get it from src/Makefile.
Chong Yidong [Wed, 7 Oct 2009 05:37:05 +0000 (05:37 +0000)]
Update comment.
Glenn Morris [Wed, 7 Oct 2009 02:57:46 +0000 (02:57 +0000)]
(calendar-basic-setup): In the wide frame case, show the original
buffer rather than a random one.
Glenn Morris [Wed, 7 Oct 2009 02:52:37 +0000 (02:52 +0000)]
Markus Rost <rost at math.uni-bielefeld.de>
(describe-no-warranty): Place point in a slightly better position in
the GPLv3 text.
Juanma Barranquero [Wed, 7 Oct 2009 02:12:23 +0000 (02:12 +0000)]
Fix typo in previous change.
Juanma Barranquero [Wed, 7 Oct 2009 01:43:06 +0000 (01:43 +0000)]
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
Chong Yidong [Wed, 7 Oct 2009 01:11:38 +0000 (01:11 +0000)]
Add entries for the EDE and EIEIO manuals.
Chong Yidong [Wed, 7 Oct 2009 01:10:52 +0000 (01:10 +0000)]
* eieio.texi:
* ede.texi: New files.
* Makefile.in: Build EIEIO and EDE manuals.
Sam Steingold [Tue, 6 Oct 2009 19:52:15 +0000 (19:52 +0000)]
(tramp-compat-process-running-p): Check that
the comm attribute is present before calling regexp-quote.
Eli Zaretskii [Tue, 6 Oct 2009 18:32:07 +0000 (18:32 +0000)]
(Special Properties): Document the meaning of the `cursor' text property
whose value is an integer.
Eli Zaretskii [Tue, 6 Oct 2009 18:20:22 +0000 (18:20 +0000)]
(set_cursor_from_row): Fix and improve comments.
Juanma Barranquero [Tue, 6 Oct 2009 11:15:01 +0000 (11:15 +0000)]
* play/animate.el (animate-string): For good effect, make sure
`indent-tabs-mode' and `show-trailing-whitespace' are nil.
* play/animate.el (animate-sequence, animate-birthday-present):
* misc.el (butterfly): Don't set `indent-tabs-mode'.
Glenn Morris [Tue, 6 Oct 2009 06:40:40 +0000 (06:40 +0000)]
Regenerate.
Glenn Morris [Tue, 6 Oct 2009 03:43:23 +0000 (03:43 +0000)]
(define-obsolete-face-alias): Doc fix.
Glenn Morris [Tue, 6 Oct 2009 03:12:55 +0000 (03:12 +0000)]
(autoloads): Skip preloaded files. (Bug#4446)
Glenn Morris [Tue, 6 Oct 2009 03:12:32 +0000 (03:12 +0000)]
(autoload-excludes): New variable.
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
(batch-update-autoloads): Process a string value of autoload-excludes,
set during the build process.
Glenn Morris [Tue, 6 Oct 2009 03:09:25 +0000 (03:09 +0000)]
Fix typo in previous.
Glenn Morris [Tue, 6 Oct 2009 02:50:44 +0000 (02:50 +0000)]
(tramp-handle-start-file-process): Move tramp-error call
inside with-parsed... macro so that `v' is defined.
Glenn Morris [Tue, 6 Oct 2009 02:49:02 +0000 (02:49 +0000)]
(f90-end-of-block, f90-beginning-of-block):
Also push mark in the macro case.
Glenn Morris [Tue, 6 Oct 2009 02:48:44 +0000 (02:48 +0000)]
(fortran-end-of-block, fortran-beginning-of-block):
Also push mark in the macro case.
Glenn Morris [Tue, 6 Oct 2009 02:45:26 +0000 (02:45 +0000)]
(emacs${EXEEXT}): Remove direct dependence on SOME_MACHINE_LISP (this
enters indirectly via DOC).
See http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00022.html
Glenn Morris [Tue, 6 Oct 2009 02:42:29 +0000 (02:42 +0000)]
Use window-full-height-p.
Glenn Morris [Tue, 6 Oct 2009 02:37:22 +0000 (02:37 +0000)]
(rmail-cease-edit): If there is a Content-Type header we don't
understand, don't insert another. (Bug#4624)
If changing mime charset, insert the new one in the right place.
Glenn Morris [Tue, 6 Oct 2009 02:36:35 +0000 (02:36 +0000)]
Matthew Junker <matthew.junker at sbcglobal.net> (tiny change)
(cal-tex-cursor-month-landscape)
(cal-tex-cursor-month): Correctly increment the end date for diary and
holiday listing. (Bug#4626)
Stefan Monnier [Mon, 5 Oct 2009 19:50:15 +0000 (19:50 +0000)]
(describe-function-1): Don't burp is the function is not a symbol.
Juanma Barranquero [Mon, 5 Oct 2009 15:32:08 +0000 (15:32 +0000)]
Fix typos.
* emacs-lisp/chart.el, emacs-lisp/eieio.el, emacs-lisp/eieio-base.el
* emacs-lisp/eieio-comp.el, emacs-lisp/eieio-custom.el
* emacs-lisp/eieio-datadebug.el, emacs-lisp/eieio-opt.el
* emacs-lisp/eieio-speedbar.el
Dan Nicolaescu [Mon, 5 Oct 2009 15:12:29 +0000 (15:12 +0000)]
(log-view-vc-backend): Declare for compiler.
(vc-hg-outgoing-mode, vc-hg-incoming-mode): Set
log-view-vc-backend so that diff can work.
Dan Nicolaescu [Mon, 5 Oct 2009 15:09:59 +0000 (15:09 +0000)]
(log-view-diff): Use vc-diff-internal instead of
vc-version-diff.
(vc-diff-internal): Autoload this instead of vc-version-diff.
Michael Albinus [Mon, 5 Oct 2009 11:49:45 +0000 (11:49 +0000)]
* files.texi (Magic File Names): Add `copy-directory'.
Eli Zaretskii [Mon, 5 Oct 2009 11:42:18 +0000 (11:42 +0000)]
(eval-expression): Doc fix.
Michael Albinus [Mon, 5 Oct 2009 11:41:48 +0000 (11:41 +0000)]
* tramp.texi (Remote processes): Association of a pty is not supported.
Eli Zaretskii [Mon, 5 Oct 2009 11:34:15 +0000 (11:34 +0000)]
(cwarn-mode): Doc fix.
Michael Albinus [Mon, 5 Oct 2009 11:30:52 +0000 (11:30 +0000)]
* net/tramp.el (tramp-verbose): Fix docstring.
(tramp-methods): Add recursive option to `tramp-copy-args'. Add
`tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
"scp1_old", "scp2_old", "rsync", "rsyncc".
(tramp-default-method): Check also for
`auth-source-user-or-password'.
(tramp-file-name-handler-alist, tramp-file-name-for-operation):
Add handler for `copy-directory'.
(tramp-handle-copy-directory): New defun.
(tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
(tramp-handle-start-file-process): Raise an error when PROGRAM is
nil. Optimize sent command.
Eli Zaretskii [Mon, 5 Oct 2009 08:45:07 +0000 (08:45 +0000)]
(File Attributes): Fix description of file attributes. (Bug#4638)
Update attributes of files.texi example to be more representative.
Eli Zaretskii [Mon, 5 Oct 2009 08:35:41 +0000 (08:35 +0000)]
(Ffile_attributes): Doc fix. (Bug#4638)
Michael Albinus [Mon, 5 Oct 2009 08:11:56 +0000 (08:11 +0000)]
* files.texi (Create/Delete Dirs): New command copy-directory.
Michael Albinus [Mon, 5 Oct 2009 07:57:30 +0000 (07:57 +0000)]
* files.texi (Misc File Ops): Mention copy-directory.
Michael Albinus [Mon, 5 Oct 2009 07:44:01 +0000 (07:44 +0000)]
* files.el (directory-files-no-dot-files-regexp): New defconst.
(delete-directory): Use it.
(copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
Stefan Monnier [Mon, 5 Oct 2009 05:39:48 +0000 (05:39 +0000)]
(diary-show-all-entries): Re-fit the calendar window if necessary.
Stefan Monnier [Mon, 5 Oct 2009 05:36:11 +0000 (05:36 +0000)]
(calendar-basic-setup): Don't call switch-to-buffer in a dedicated window.
Karl Fogel [Mon, 5 Oct 2009 04:19:04 +0000 (04:19 +0000)]
* bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
don't do anything related to relocating, just return nil.
(bookmark-error-no-filename): New error.
(bookmark-default-handler): Signal `bookmark-error-no-filename' if
bookmark has no file. Don't even attempt to handle things that
are not files; the whole point of custom handlers is to keep that
knowledge elsewhere anyway. Tighten some comments.
(bookmark-file-or-variation-thereof): Remove now-unused function.
(bookmark-location): Doc string fix.
(Bug#4250)
Karl Fogel [Mon, 5 Oct 2009 02:38:35 +0000 (02:38 +0000)]
* bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
don't use a file dialog, because they usually don't know how to read
a directory target from the user. (Bug#4230)
Also, make sure the prompt can display directories as well as files.
Vinicius Jose Latorre [Mon, 5 Oct 2009 02:17:57 +0000 (02:17 +0000)]
Fix doc.
Karl Fogel [Mon, 5 Oct 2009 01:47:00 +0000 (01:47 +0000)]
* bookmark.el (bookmark-set, bookmark-buffer-name): Improve doc strings.
(Bug#1193)
Karl Fogel [Mon, 5 Oct 2009 01:35:34 +0000 (01:35 +0000)]
* bookmark.el
(bookmark-get-bookmark, bookmark-get-bookmark-record,
bookmark-set-name, bookmark-prop-get, bookmark-prop-set,
bookmark-get-annotation, bookmark-set-annotation, bookmark-get-filename,
bookmark-set-filename, bookmark-get-position, bookmark-set-position,
bookmark-get-front-context-string, bookmark-set-front-context-string,
bookmark-get-rear-context-string, bookmark-set-rear-context-string,
bookmark-location, bookmark-jump, bookmark-jump-other-window,
bookmark-handle-bookmark, bookmark-relocate, bookmark-insert-location,
bookmark-rename, bookmark-insert, bookmark-delete, bookmark-time-to-save-p,
bookmark-edit-annotation-mode, bookmark-edit-annotation): Improve doc
strings to say whether bookmark can be a string or a record or both,
and make other consistency and clarity fixes.
(bookmark-get-handler, bookmark--jump-via, bookmark-write-file,
bookmark-default-annotation-text, bookmark-yank-word,
bookmark-maybe-load-default-file, bookmark-maybe-sort-alist,
bookmark-import-new-list, bookmark-maybe-rename,
bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames,
bookmark-bmenu-bookmark): Give these doc strings.
(bookmark-bmenu-check-position): Give this a doc string, but also
add a FIXME comment about how the function may be pointless.
(bookmark-default-handler): Rework doc string and change a parameter
name, to clarify that this takes a bookmark record not a bookmark name.
(bookmark-set): Change a parameter name to indicate its meaning,
and improve the doc string a bit.
(Bug#4188)
Karl Fogel [Sun, 4 Oct 2009 23:48:33 +0000 (23:48 +0000)]
(bookmark-alist): Document the new `handler' element in the param alist.
(bookmark-make-record-function): Adjust documentation for above.
(Bug#4193)
Karl Fogel [Sun, 4 Oct 2009 23:31:52 +0000 (23:31 +0000)]
(Info-bookmark-make-record): Document this function.
(Info-bookmark-jump): Document with a doc string, not just a comment.
(Bug#4061)
Chong Yidong [Sun, 4 Oct 2009 19:25:26 +0000 (19:25 +0000)]
* cedet/semantic.el (semantic-mode): Parse all existing buffers when
enabled.
Chong Yidong [Sun, 4 Oct 2009 19:22:09 +0000 (19:22 +0000)]
* cedet/semantic.el (semantic-new-buffer-setup-functions): New
option.
(semantic-new-buffer-fcn): Call parser setup functions here.
(semantic-mode): Don't call parser setup functions here, it's done
in semantic-new-buffer-fcn now.
* cedet/srecode/compile.el (srecode-compile-file): Call
semantic-new-buffer-fcn if the buffer has not been parsed.
Chong Yidong [Sun, 4 Oct 2009 19:00:54 +0000 (19:00 +0000)]
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
* cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
(proj-comp-insert-variable-once): New macro, renamed from
ede-pmake-insert-variable-once in ede/pmake.edl.
(ede-proj-makefile-insert-variables): Use it.
Chong Yidong [Sun, 4 Oct 2009 14:25:42 +0000 (14:25 +0000)]
* cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
(ede-proj-makefile-insert-variables): Require ede/pmake.
Michael Albinus [Sun, 4 Oct 2009 12:20:13 +0000 (12:20 +0000)]
* NEWS: New function copy-directory.
Michael Albinus [Sun, 4 Oct 2009 12:16:36 +0000 (12:16 +0000)]
* dired-aux.el (dired-copy-file-recursive): Use it.
Michael Albinus [Sun, 4 Oct 2009 12:14:05 +0000 (12:14 +0000)]
* files.el (copy-directory): New defun.
Eli Zaretskii [Sun, 4 Oct 2009 09:07:40 +0000 (09:07 +0000)]
(syms_of_xdisp) <unibyte-display-via-language-environment>: Doc fix.
Eli Zaretskii [Sun, 4 Oct 2009 09:02:31 +0000 (09:02 +0000)]
(Unibyte Mode): Emphasize that unibyte-display-via-language-environment
affects only the display.
Eli Zaretskii [Sun, 4 Oct 2009 08:44:48 +0000 (08:44 +0000)]
(Horizontal Scrolling): Document cursor behavior under horizontal
scrolling when point moves off the screen (Bug#4564). Improve wording.
Juanma Barranquero [Sun, 4 Oct 2009 04:00:46 +0000 (04:00 +0000)]
* anti.texi (Antinews):
* macros.texi (Indenting Macros):
* strings.texi (Creating Strings, Case Conversion):
Remove duplicate words.
Juanma Barranquero [Sun, 4 Oct 2009 02:58:53 +0000 (02:58 +0000)]
Fix typos in comments.
Juanma Barranquero [Sun, 4 Oct 2009 02:25:42 +0000 (02:25 +0000)]
* cedet/ede/makefile-edit.el (makefile-beginning-of-command)
(makefile-end-of-command):
* cedet/srecode/srt-mode.el (semantic-beginning-of-context)
(semantic-end-of-context): Fix previous change. Doc fixes.
Juanma Barranquero [Sun, 4 Oct 2009 02:11:57 +0000 (02:11 +0000)]
Fix typos in comments.
Juanma Barranquero [Sun, 4 Oct 2009 01:44:39 +0000 (01:44 +0000)]
* files-x.el (modify-dir-local-variable)
(copy-dir-locals-to-file-locals-prop-line):
* cedet/ede/makefile-edit.el (makefile-beginning-of-command)
(makefile-end-of-command):
* cedet/semantic/lex.el (semantic-lex-token):
* cedet/semantic/analyze/fcn.el
(semantic-analyze-dereference-metatype-1):
* cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
(semantic-lex-cpp-undef):
* cedet/semantic/wisent/wisent.el (wisent-skip-block):
* cedet/srecode/srt-mode.el (semantic-beginning-of-context)
(semantic-end-of-context): Fix typos in docstrings.
Juanma Barranquero [Sun, 4 Oct 2009 01:36:07 +0000 (01:36 +0000)]
* org.el (org-directory, org-map-entries):
* org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
Juanma Barranquero [Sun, 4 Oct 2009 01:32:08 +0000 (01:32 +0000)]
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
Juanma Barranquero [Sun, 4 Oct 2009 01:14:56 +0000 (01:14 +0000)]
*** empty log message ***
Juanma Barranquero [Sun, 4 Oct 2009 01:12:13 +0000 (01:12 +0000)]
* recentf.el (recentf-unload-function): New function.
Chong Yidong [Sun, 4 Oct 2009 01:03:51 +0000 (01:03 +0000)]
* cedet/semantic/db-file.el (semanticdb-default-save-directory):
* cedet/srecode/map.el (srecode-map-save-file):
* cedet/ede.el (ede-project-placeholder-cache-file): Use
locate-user-emacs-file. Suggested by Juanma Barranquero.
Glenn Morris [Sun, 4 Oct 2009 00:42:47 +0000 (00:42 +0000)]
Add window-full-height-p.
Glenn Morris [Sun, 4 Oct 2009 00:41:18 +0000 (00:41 +0000)]
(window-full-height-p): Add doc string.
Glenn Morris [Sun, 4 Oct 2009 00:40:16 +0000 (00:40 +0000)]
Martin Rudalics <rudalics at gmx.at>
(window-full-height-p): New function. (Bug#4543)
Glenn Morris [Sun, 4 Oct 2009 00:01:24 +0000 (00:01 +0000)]
Add 2009 to copyright years.
Chong Yidong [Sat, 3 Oct 2009 20:43:31 +0000 (20:43 +0000)]
Fix last change.
Chong Yidong [Sat, 3 Oct 2009 20:40:21 +0000 (20:40 +0000)]
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
in user-emacs-directory.
Chong Yidong [Sat, 3 Oct 2009 20:38:30 +0000 (20:38 +0000)]
* cedet/srecode/map.el (srecode-map-save-file): Default to a file in
user-emacs-directory.
Chong Yidong [Sat, 3 Oct 2009 20:30:43 +0000 (20:30 +0000)]
* cedet/semantic.el (semantic-mode): Use js-mode-hook for Javascript hook.
Chong Yidong [Sat, 3 Oct 2009 19:43:07 +0000 (19:43 +0000)]
* cedet/srecode/insert.el: Require srecode/args.
* cedet/srecode/args.el: Require srecode/dictionary instead of
srecode/insert.
Chong Yidong [Sat, 3 Oct 2009 19:28:56 +0000 (19:28 +0000)]
* srecode: New directory for SRecode template files.
Chong Yidong [Sat, 3 Oct 2009 19:28:05 +0000 (19:28 +0000)]
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
* files.el (auto-mode-alist): Add .srt and Project.ede.
* cedet/semantic.el (semantic-mode): Handle
srecode-template-mode-hook as well.
* cedet/srecode/template.el: Remove hook variable.
* cedet/ede/proj-comp.el: Require ede/pmake when compiling.
* cedet/ede.el (ede-target-forms-menu): Don't enable if no
projects exist.
* cedet/srecode/map.el (srecode-map-base-template-dir): Look for
templates in data-directory.
* cedet/ede/srecode.el (ede-srecode-setup): Use default templates
directory.
* cedet/semantic/util-modes.el (semantic-highlight-func-mode): Doc
fix.
* cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
Only insert each variable once.
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
(ede-pmake-insert-variable-shared): Use it.
* cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
for lexical table iff table is nil.
Dan Nicolaescu [Sat, 3 Oct 2009 18:29:22 +0000 (18:29 +0000)]
Remove commented out code.
(vc-derived-from-dir-mode): Remove, unused.
(vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
Juanma Barranquero [Sat, 3 Oct 2009 13:31:08 +0000 (13:31 +0000)]
* window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
Michael Albinus [Sat, 3 Oct 2009 12:36:21 +0000 (12:36 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 3 Oct 2009 09:51:32 +0000 (09:51 +0000)]
(clear_regexp_cache): Fix a typo in a comment.
Eli Zaretskii [Sat, 3 Oct 2009 09:34:37 +0000 (09:34 +0000)]
(fast_looking_at): Fix a typo in the commentary.
Glenn Morris [Sat, 3 Oct 2009 02:19:22 +0000 (02:19 +0000)]
(calendar-basic-setup): Handle the case where the frame is wide.
(calendar-generate-window): Test for shrinkability rather than width.
Glenn Morris [Sat, 3 Oct 2009 02:11:59 +0000 (02:11 +0000)]
(data-debug-insert-tag-list): Comment out declaration, currently false.
Glenn Morris [Sat, 3 Oct 2009 02:07:28 +0000 (02:07 +0000)]
(rmail-generate-viewer-buffer): Be more careful about reusing existing
buffers, in case we happen to visit two files with the same basename.
(Bug#4593)
Eli Zaretskii [Fri, 2 Oct 2009 19:53:53 +0000 (19:53 +0000)]
(WINS_BASIC): Fix last change.
Eli Zaretskii [Fri, 2 Oct 2009 18:56:05 +0000 (18:56 +0000)]
(AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
Eli Zaretskii [Fri, 2 Oct 2009 18:48:23 +0000 (18:48 +0000)]
(WINS_BASIC): Add eieio.