emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-xref.el
Date: Mon, 16 May 2005 07:26:54 -0400

Index: emacs/lisp/progmodes/ada-xref.el
diff -c emacs/lisp/progmodes/ada-xref.el:1.21 
emacs/lisp/progmodes/ada-xref.el:1.22
*** emacs/lisp/progmodes/ada-xref.el:1.21       Sun Nov  7 03:58:37 2004
--- emacs/lisp/progmodes/ada-xref.el    Mon May 16 11:26:54 2005
***************
*** 672,678 ****
                    (not (integerp choice))
                    (< choice 1)
                    (> choice (length prj-files)))
!             (setq choice (string-to-int
                            (read-from-minibuffer "Enter No. of your choice: 
"))))
            (set 'selected (nth (1- choice) prj-files))))
  
--- 672,678 ----
                    (not (integerp choice))
                    (< choice 1)
                    (> choice (length prj-files)))
!             (setq choice (string-to-number
                            (read-from-minibuffer "Enter No. of your choice: 
"))))
            (set 'selected (nth (1- choice) prj-files))))
  
***************
*** 1800,1806 ****
                      (< choice 1)
                      (> choice len))
                (setq choice
!                     (string-to-int
                       (read-from-minibuffer "Enter No. of your choice: "))))
              )
            (set-buffer ali-buffer)
--- 1800,1806 ----
                      (< choice 1)
                      (> choice len))
                (setq choice
!                     (string-to-number
                       (read-from-minibuffer "Enter No. of your choice: "))))
              )
            (set-buffer ali-buffer)
***************
*** 1988,1994 ****
                   (< choice 1)
                   (> choice (length list)))
          (setq choice
!               (string-to-int
                 (read-from-minibuffer "Enter No. of your choice: "))))
        )
        (set 'choice (1- choice))
--- 1988,1994 ----
                   (< choice 1)
                   (> choice (length list)))
          (setq choice
!               (string-to-number
                 (read-from-minibuffer "Enter No. of your choice: "))))
        )
        (set 'choice (1- choice))




reply via email to

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