emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp woman.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp woman.el
Date: Wed, 02 Dec 2009 03:02:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/12/02 03:02:10

Modified files:
        lisp           : woman.el 

Log message:
        Comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/woman.el?cvsroot=emacs&r1=1.83&r2=1.84

Patches:
Index: woman.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/woman.el,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- woman.el    2 Dec 2009 03:01:48 -0000       1.83
+++ woman.el    2 Dec 2009 03:02:10 -0000       1.84
@@ -1649,6 +1649,8 @@
 
 (defun woman-make-bufname (bufname)
   "Create an unambiguous buffer name from BUFNAME."
+  ;; See Bug#5038.  Any compression extension has already been removed.
+  ;; Go from eg "host.conf.5" to "5 host.conf".
   (let ((dot (string-match "\\.[^.]*\\'" bufname)))
     (if dot (setq bufname (concat
                           (substring bufname (1+ dot)) " "




reply via email to

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