aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-23 19:28:39 +0000
committerRichard M. Stallman1993-11-23 19:28:39 +0000
commit4e08e741828628c22300799357c35736be201838 (patch)
tree21fc36c39b6c79c5d8091e06e0cc3b7fde2ffc27
parent988e2aa66b5fac1864a0d58c95a3ffcc02ca6d37 (diff)
downloademacs-4e08e741828628c22300799357c35736be201838.tar.gz
emacs-4e08e741828628c22300799357c35736be201838.zip
Comment change.
-rw-r--r--lisp/emacs-lisp/advice.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index 8f648695656..f7f6aeda378 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -5,7 +5,7 @@
5;; Author: Hans Chalupsky <hans@cs.buffalo.edu> 5;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
6;; Created: 12 Dec 1992 6;; Created: 12 Dec 1992
7;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp 7;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp
8;; Keywords: advice, function hooks 8;; Keywords: extensions
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11