blob: 629e07790f82b853c57e739845720564b785f966 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- egg/anthy.el.orig Thu Aug 8 17:11:22 2002
+++ egg/anthy.el Sun Jul 4 23:48:18 2004
@@ -118,8 +118,8 @@
(save-excursion
(set-buffer buf)
(erase-buffer)
- (buffer-disable-undo))))
- (anthyipc-get-greeting anthy-proc)
+ (buffer-disable-undo))
+ (anthyipc-get-greeting anthy-proc)))
(anthyipc-new-context anthy-proc))
;;; XXX: Don't kill buffer (for now) so that I can debug this program
|