emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/electric.el
Date: Tue, 04 Feb 2003 06:15:48 -0500

Index: emacs/lisp/electric.el
diff -c emacs/lisp/electric.el:1.18 emacs/lisp/electric.el:1.19
*** emacs/lisp/electric.el:1.18 Sun Jul 15 12:15:34 2001
--- emacs/lisp/electric.el      Tue Feb  4 06:15:48 2003
***************
*** 55,62 ****
                              &optional prompt inhibit-quit
                                        loop-function loop-state)
  
!   (let (cmd 
!         (err nil) 
          (prompt-string prompt))
      (while t
        (if (not (or (stringp prompt) (eq prompt nil) (eq prompt 'noprompt)))
--- 55,62 ----
                              &optional prompt inhibit-quit
                                        loop-function loop-state)
  
!   (let (cmd
!         (err nil)
          (prompt-string prompt))
      (while t
        (if (not (or (stringp prompt) (eq prompt nil) (eq prompt 'noprompt)))
***************
*** 123,129 ****
    (ding)
    (throw return-tag nil))
  
! ;; This function is like pop-to-buffer, sort of. 
  ;; The algorithm is
  ;; If there is a window displaying buffer
  ;;    Select it
--- 123,129 ----
    (ding)
    (throw return-tag nil))
  
! ;; This function is like pop-to-buffer, sort of.
  ;; The algorithm is
  ;; If there is a window displaying buffer
  ;;    Select it




reply via email to

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