emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el


From: Robert J. Chassell
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfmt.el
Date: Wed, 14 Dec 2005 21:57:32 +0000

Index: emacs/lisp/textmodes/texinfmt.el
diff -u emacs/lisp/textmodes/texinfmt.el:1.80 
emacs/lisp/textmodes/texinfmt.el:1.81
--- emacs/lisp/textmodes/texinfmt.el:1.80       Sat Aug  6 17:41:16 2005
+++ emacs/lisp/textmodes/texinfmt.el    Wed Dec 14 21:57:31 2005
@@ -212,6 +212,8 @@
 
 ;;; Find a buffer to use.
     (switch-to-buffer (get-buffer-create texinfo-region-buffer-name))
+    (setq buffer-read-only t)
+    (let ((inhibit-read-only t))
     (erase-buffer)
     ;; Insert the header into the buffer.
     (insert header-text)
@@ -313,7 +315,7 @@
     (goto-char (point-min))
     (Info-tagify input-buffer)
     (goto-char (point-min))
-    (message "Done.")))
+    (message "Done."))))
 
 ;;;###autoload
 (defun texi2info (&optional nosplit)




reply via email to

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