emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/type-break.el
Date: Sat, 22 Jan 2005 05:41:30 -0500

Index: emacs/lisp/type-break.el
diff -c emacs/lisp/type-break.el:1.36 emacs/lisp/type-break.el:1.37
*** emacs/lisp/type-break.el:1.36       Sat Jan 15 13:03:28 2005
--- emacs/lisp/type-break.el    Sat Jan 22 10:41:29 2005
***************
*** 390,397 ****
        (and (interactive-p)
             (message "Type Break mode is already enabled")))
       (type-break-mode
!       (with-current-buffer (find-file-noselect type-break-file-name 'nowarn)
!         (setq buffer-save-without-query t))
  
        (or global-mode-string
            (setq global-mode-string '("")))
--- 390,398 ----
        (and (interactive-p)
             (message "Type Break mode is already enabled")))
       (type-break-mode
!       (when type-break-file-name
!       (with-current-buffer (find-file-noselect type-break-file-name 'nowarn)
!         (setq buffer-save-without-query t)))
  
        (or global-mode-string
            (setq global-mode-string '("")))




reply via email to

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