diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-08-17 19:37:52 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-08-17 19:37:52 +0000 |
commit | 2b9118484ef607d08a3cfb4a45614cf112436bcd (patch) | |
tree | 864c54d36e17905be8de2a5302f5c5c9cff67a97 | |
parent | 108c932a0520c428f9ef1433a9e57eb1970dd356 (diff) | |
download | emacs-2b9118484ef607d08a3cfb4a45614cf112436bcd.tar.gz |
Update address in comment.
-rw-r--r-- | lisp/bookmark.el | 2 | ||||
-rw-r--r-- | lisp/ediff.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 7b79d112960..73480a0b174 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -55,7 +55,7 @@ ;; Thanks to Roland McGrath for encouragement and help with defining ;; autoloads on the menu-bar. -;; Jonathan Stigelman <stig@key.amdahl.com> gave patches for default +;; Jonathan Stigelman <stig@hackvan.com> gave patches for default ;; values in bookmark-jump and bookmark-set. Everybody please keep ;; all the keystrokes they save thereby and send them to him at the ;; end of each year :-) (No, seriously, thanks Jonathan!) diff --git a/lisp/ediff.el b/lisp/ediff.el index 08fdfc6e3b4..bee087450ad 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -605,7 +605,7 @@ ;; Wed February 1, 1995 -;; Added ediff-undo-selective-display (thanks to Stig <stig@inse.com>). +;; Added ediff-undo-selective-display (thanks to Stig <stig@hackvan.com>). ;; Rearranged autoloads. Renamed ediff-entry.el into ediff.el and ;; ediff.el into ediff-util.el. |