Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/man.el

    r4058 r4161  
    388388/\e\\[[0-9][0-9]*m/ s///g" 
    389389  "Script for berkeley-like sed to nuke backspaces and ANSI codes from manpages.") 
     390 
     391(defvar Man-topic-history nil "Topic read history.") 
    390392 
    391393(defvar man-mode-syntax-table 
     
    687689                                    ": " 
    688690                                  (format " (default %s): " default-entry))) 
    689                         nil nil default-entry))) 
     691                        nil 'Man-topic-history default-entry))) 
    690692           (if (string= input "") 
    691693               (error "No man args given")