aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-28 22:03:32 +0000
committerJuanma Barranquero2006-11-28 22:03:32 +0000
commit9fa04a08cb2f0bf66c164b421928d7a7b070e6c0 (patch)
tree572f6eee00eeea6496832ca18b1a8bf67488d3ea
parentfdd68ab3b42a023bfa72d6504359d1d048356fe2 (diff)
downloademacs-9fa04a08cb2f0bf66c164b421928d7a7b070e6c0.tar.gz
emacs-9fa04a08cb2f0bf66c164b421928d7a7b070e6c0.zip
(led-state): Fix typo in previous change.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vt100-led.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c87b943498c..2daa606aa41 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-11-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * vt100-led.el (led-state): Fix typo in previous change.
4
12006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> 52006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2 6
3 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Fix 7 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Fix
diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el
index 8310aa39117..06862182ee4 100644
--- a/lisp/vt100-led.el
+++ b/lisp/vt100-led.el
@@ -29,7 +29,7 @@
29;;; Code: 29;;; Code:
30 30
31(defvar led-state (make-vector 5 nil) 31(defvar led-state (make-vector 5 nil)
32 "The internal state of the LEDs. Choices are nil, t, 'flash. 32 "The internal state of the LEDs. Choices are nil, t, `flash'.
33Element 0 is not used.") 33Element 0 is not used.")
34 34
35(defun led-flash (l) 35(defun led-flash (l)