emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/man.el,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/man.el,v
Date: Sat, 02 Sep 2006 23:28:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     06/09/02 23:28:56

Index: man.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/man.el,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -b -r1.163 -r1.164
--- man.el      4 Apr 2006 16:46:03 -0000       1.163
+++ man.el      2 Sep 2006 23:28:55 -0000       1.164
@@ -388,6 +388,8 @@
 /\e\\[[0-9][0-9]*m/ s///g"
   "Script for berkeley-like sed to nuke backspaces and ANSI codes from 
manpages.")
 
+(defvar Man-topic-history nil "Topic read history.")
+
 (defvar man-mode-syntax-table
   (let ((table (copy-syntax-table (standard-syntax-table))))
     (modify-syntax-entry ?. "w" table)
@@ -686,7 +688,7 @@
                                (if (string= default-entry "")
                                    ": "
                                  (format " (default %s): " default-entry)))
-                       nil nil default-entry)))
+                       nil 'Man-topic-history default-entry)))
           (if (string= input "")
               (error "No man args given")
             input))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]