X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/45a878638eea7391def24ff587045b4b7f966b10..21f8fcfd24dc96790589ad578c7ee54593fcfd10:/lisp/eshell/em-smart.el diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index fb53948720..65a3280d34 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -1,6 +1,7 @@ ;;; em-smart.el --- smart display of output -;; Copyright (C) 1999, 2000 Free Software Foundation +;; Copyright (C) 1999, 2000, 2002, 2003, 2004, +;; 2005, 2006 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -18,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. (provide 'em-smart) @@ -33,7 +34,7 @@ some of the edit/review concepts inherent in the design of Plan 9's Most likely you will have to turn this option on and play around with it to get a real sense of how it works." :tag "Smart display of output" - :link '(info-link "(eshell)Smart display of output") + ;; :link '(info-link "(eshell)Smart display of output") :group 'eshell-module) ;;; Commentary: