CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 08/05/25 06:50:33
Index: style/dk-bib.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/dk-bib.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- style/dk-bib.el 3 Feb 2008 14:53:30 -0000 1.5
+++ style/dk-bib.el 25 May 2008 06:50:32 -0000 1.6
@@ -44,7 +44,7 @@
(> depth 20))
(setq depth (if (fboundp 'read-number)
(read-number "Ordinal depth: ")
- (string-to-number (read-input "Ordinal depth: "))))
+ (string-to-number (read-string "Ordinal depth: "))))
(when (or (< depth 0)
(> depth 20))
(message "Ordinal depth must be between 0 and 20")
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs