[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/nroff-mode.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/nroff-mode.el |
Date: |
Mon, 16 May 2005 07:29:13 -0400 |
Index: emacs/lisp/textmodes/nroff-mode.el
diff -c emacs/lisp/textmodes/nroff-mode.el:1.25
emacs/lisp/textmodes/nroff-mode.el:1.26
*** emacs/lisp/textmodes/nroff-mode.el:1.25 Mon Sep 1 15:45:40 2003
--- emacs/lisp/textmodes/nroff-mode.el Mon May 16 11:29:12 2005
***************
*** 134,140 ****
(save-excursion
(looking-at outline-regexp)
(skip-chars-forward ".H ")
! (string-to-int (buffer-substring (point) (+ 1 (point))))))
;;; Compute how much to indent a comment in nroff/troff source.
;;; By mit-erl!gildea April 86
--- 134,140 ----
(save-excursion
(looking-at outline-regexp)
(skip-chars-forward ".H ")
! (string-to-number (buffer-substring (point) (+ 1 (point))))))
;;; Compute how much to indent a comment in nroff/troff source.
;;; By mit-erl!gildea April 86
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/textmodes/nroff-mode.el,
Juanma Barranquero <=