[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/uniquify.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/uniquify.el |
Date: |
Wed, 14 Aug 2002 20:25:39 -0400 |
Index: emacs/lisp/uniquify.el
diff -c emacs/lisp/uniquify.el:1.36 emacs/lisp/uniquify.el:1.37
*** emacs/lisp/uniquify.el:1.36 Thu Jun 27 11:35:48 2002
--- emacs/lisp/uniquify.el Wed Aug 14 20:25:39 2002
***************
*** 352,358 ****
;; generate-new-buffer, which is called only by Lisp functions
;; create-file-buffer and rename-uniquely. Rename-uniquely generally
;; isn't used for buffers visiting files, so it's sufficient to hook
! ;; rename-buffer and create-file-buffer. (Setting find-file-hooks isn't
;; sufficient.)
(defadvice rename-buffer (after rename-buffer-uniquify activate)
--- 352,358 ----
;; generate-new-buffer, which is called only by Lisp functions
;; create-file-buffer and rename-uniquely. Rename-uniquely generally
;; isn't used for buffers visiting files, so it's sufficient to hook
! ;; rename-buffer and create-file-buffer. (Setting find-file-hook isn't
;; sufficient.)
(defadvice rename-buffer (after rename-buffer-uniquify activate)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/uniquify.el,
Stefan Monnier <=