summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2002-09-20 22:22:00 +0200
committerTorsten Hilbrich <torsten@hilbrich.net>2011-08-27 20:47:38 +0200
commit05047f3e2b114acbe76355cdbc67209e21f9e809 (patch)
tree179a662af39f1808ccd12d77bec26b5aaa604af5
parent5bb6beb42b86a255991f29fc2a4faabe93d1991c (diff)
Imported version 1.8.3 from tarball
Fixed multiple defined function in dictionary.el
-rw-r--r--deb/changelog8
-rw-r--r--deb/changelog~6
-rw-r--r--dictionary.el6
-rw-r--r--package-info.in19
4 files changed, 13 insertions, 26 deletions
diff --git a/deb/changelog b/deb/changelog
index 425d785..767c8e5 100644
--- a/deb/changelog
+++ b/deb/changelog
@@ -1,4 +1,10 @@
-dictionary (1.8-2) unstable; urgency=low
+dictionary (1.8.3-1) unstable; urgency=low
+
+ * Fixed multiple defined function in dictionary.el
+
+ -- Torsten Hilbrich <dictionary@myrkr.in-berlin.de> Fri, 20 Sep 2002 22:19:06 +0200
+
+dictionary (1.8.2-1) unstable; urgency=low
* fixed Makefile
diff --git a/deb/changelog~ b/deb/changelog~
index 86c3080..425d785 100644
--- a/deb/changelog~
+++ b/deb/changelog~
@@ -1,3 +1,9 @@
+dictionary (1.8-2) unstable; urgency=low
+
+ * fixed Makefile
+
+ -- Torsten Hilbrich <dictionary@myrkr.in-berlin.de> Fri, 14 Jun 2002 19:31:53 +0200
+
dictionary (1.8-1) unstable; urgency=low
* added search for similiar words when the searched word is not found.
diff --git a/dictionary.el b/dictionary.el
index af98a88..7a0b580 100644
--- a/dictionary.el
+++ b/dictionary.el
@@ -938,12 +938,6 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
(error "Unknown server answer: %s" (dictionary-reply reply)))
(funcall function reply)))
-(defun dictionary-display-match-result (reply)
- "Display the results from the current matches."
- (dictionary-pre-buffer)
- (dictionary-display-only-match-result reply)
- (dictionary-post-buffer))
-
(defun dictionary-display-only-match-result (reply)
"Display the results from the current matches without the headers."
diff --git a/package-info.in b/package-info.in
deleted file mode 100644
index a16dfcc..0000000
--- a/package-info.in
+++ /dev/null
@@ -1,19 +0,0 @@
-(dictionary
- (standards-version 1.1
- version VERSION
- author-version AUTHOR_VERSION
- date DATE
- build-date BUILD_DATE
- maintainer MAINTAINER
- distribution xemacs
- priority low
- category CATEGORY
- dump nil
- description "Interface to RFC2229 dictionary servers."
- filename FILENAME
- md5sum MD5SUM
- size SIZE
- provides (dictionary connection link)
- requires (REQUIRES)
- type regular
-))