changeset 103:5f14cf951acb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Oct 1990 02:52:33 +0000
parents 0d3a6b3b64a4
children b6fb5f9cb739
files lisp/=man.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=man.el	Thu Sep 27 21:17:59 1990 +0000
+++ b/lisp/=man.el	Tue Oct 09 02:52:33 1990 +0000
@@ -119,6 +119,9 @@
       (cond ((= preceding following)
 	     ;; x\bx
 	     (delete-char -2))
+	    ((and (= preceding ?o) (= following ?\+))
+	     ;; o\b+ 
+	     (delete-char -2))
 	    ((= preceding ?\_)
 	     ;; _\b
 	     (delete-char -2))