diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/net/eudc.el | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7742823155e..e40d0303778 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * net/eudc.el (top-level): Revert previous change. | ||
| 4 | |||
| 3 | * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock | 5 | * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock |
| 4 | variables to prevent warning from byte-compiler. | 6 | variables to prevent warning from byte-compiler. |
| 5 | 7 | ||
| @@ -5776,7 +5778,7 @@ | |||
| 5776 | * textmodes/reftex-ref.el, textmodes/reftex-sel.el, | 5778 | * textmodes/reftex-ref.el, textmodes/reftex-sel.el, |
| 5777 | * textmodes/reftex-toc.el, textmodes/reftex-vars.el, | 5779 | * textmodes/reftex-toc.el, textmodes/reftex-vars.el, |
| 5778 | * textmodes/reftex.el: Some fixes to follow coding | 5780 | * textmodes/reftex.el: Some fixes to follow coding |
| 5779 | conventions in Eshell files with known maintainers. | 5781 | conventions in Elisp files with known maintainers. |
| 5780 | 5782 | ||
| 5781 | * emulation/viper.el: A fix to follow coding conventions. | 5783 | * emulation/viper.el: A fix to follow coding conventions. |
| 5782 | 5784 | ||
| @@ -5790,7 +5792,7 @@ | |||
| 5790 | * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el, | 5792 | * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el, |
| 5791 | * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el, | 5793 | * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el, |
| 5792 | * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding | 5794 | * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding |
| 5793 | conventions in Eshell files. | 5795 | conventions in Elisp files. |
| 5794 | 5796 | ||
| 5795 | * composite.el, diff.el, emacs-lisp/levents.el, | 5797 | * composite.el, diff.el, emacs-lisp/levents.el, |
| 5796 | * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el, | 5798 | * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el, |
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el index 78076e5ee5f..ba46daad44d 100644 --- a/lisp/net/eudc.el +++ b/lisp/net/eudc.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Oscar Figueiredo <oscar@xemacs.org> | 5 | ;; Author: Oscar Figueiredo <oscar@xemacs.org> |
| 6 | ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> | 6 | ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> |
| 7 | ;; Keywords: help | 7 | ;; Keywords: comm |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -622,7 +622,7 @@ otherwise they are formatted according to `eudc-user-attribute-names-alist'." | |||
| 622 | result))) | 622 | result))) |
| 623 | 623 | ||
| 624 | (defun eudc-filter-partial-records (records attrs) | 624 | (defun eudc-filter-partial-records (records attrs) |
| 625 | "Eliminate records that do not caontain all ATTRS from RECORDS." | 625 | "Eliminate records that do not contain all ATTRS from RECORDS." |
| 626 | (delq nil | 626 | (delq nil |
| 627 | (mapcar | 627 | (mapcar |
| 628 | (function | 628 | (function |
| @@ -1240,7 +1240,7 @@ This does nothing except loading eudc by autoload side-effect." | |||
| 1240 | nil) | 1240 | nil) |
| 1241 | 1241 | ||
| 1242 | ;;;###autoload | 1242 | ;;;###autoload |
| 1243 | (cond ((not eudc-xemacs-p) | 1243 | (cond ((not (string-match "XEmacs" emacs-version)) |
| 1244 | (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) | 1244 | (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) |
| 1245 | (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) | 1245 | (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) |
| 1246 | (define-key eudc-tools-menu [phone] | 1246 | (define-key eudc-tools-menu [phone] |