diff options
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 4582a55f948..be0406610cb 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -1,4 +1,4 @@ -;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later. +;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later ;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 2001 Free Software Foundation @@ -77,7 +77,7 @@ ;; Boy, that's a tough one. Probably Hong Min, or maybe Emperor's ;; Choice (both in Chicago's Chinatown). Well, both. How about you? -;;;; Code: +;;; Code: (require 'pp) |