diff src/process.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 41ff10fd062f
children 2c611d1463a6
line wrap: on
line diff
--- a/src/process.c	Mon Aug 13 10:07:42 2007 +0200
+++ b/src/process.c	Mon Aug 13 10:08:34 2007 +0200
@@ -422,13 +422,6 @@
   buf = Fget_buffer (name);
   if (GC_NILP (buf)) return Qnil;
 
-#ifdef ENERGIZE
-  {
-    Lisp_Object p = energize_get_buffer_process (buf);
-    if (!GC_NILP (p)) return p;
-  }
-#endif
-
   for (tail = Vprocess_list; GC_CONSP (tail); tail = XCDR (tail))
     {
       /* jwz: do not quit here - it isn't necessary, as there is no way for
@@ -1887,10 +1880,6 @@
        (proc))
 {
   CHECK_PROCESS (proc);
-#ifdef ENERGIZE
-  if (EQ (proc, Venergize_process)) /* per buffer rather than per process */
-    return Fenergize_user_input_buffer_mark (Qnil); /* ## current_buffer ok? */
-#endif
   return XPROCESS (proc)->mark;
 }