comparison lisp/uniquify.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 95879cc1ed20
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
455 ;; Ideally we'd like to add it buffer-locally, but that doesn't work 455 ;; Ideally we'd like to add it buffer-locally, but that doesn't work
456 ;; because kill-buffer-hook is not permanent-local :-( 456 ;; because kill-buffer-hook is not permanent-local :-(
457 (add-hook 'kill-buffer-hook 'uniquify-maybe-rerationalize-w/o-cb) 457 (add-hook 'kill-buffer-hook 'uniquify-maybe-rerationalize-w/o-cb)
458 458
459 (provide 'uniquify) 459 (provide 'uniquify)
460
461 ;;; arch-tag: e763faa3-56c9-4903-8eb8-26e1c45a0065
460 ;;; uniquify.el ends here 462 ;;; uniquify.el ends here