diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/ebuff-menu.el | |
parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
download | emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ebuff-menu.el')
-rw-r--r-- | lisp/ebuff-menu.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index f3fab00a19e..88e50a9799e 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el @@ -1,3 +1,5 @@ +;;; ebuff-menu.el --- electric-buffer-list mode + ; buggestions to mly@ai.mit.edu ;; who says one can't have typeout windows in gnu emacs? @@ -236,6 +238,4 @@ Returns to Electric Buffer Menu when done." (message "Buffer %s does not exist!" bufnam) (sit-for 4)))) - - - +;;; ebuff-menu.el ends here |