aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2004-03-21 15:34:56 +0000
committerJuanma Barranquero <[email protected]>2004-03-21 15:34:56 +0000
commit942269e7b4e1d4c0685ae0a09d9794f1b5b3609d (patch)
tree2969a22d701f8ea1f4dc5cba82846360ee53cddd /lisp/ChangeLog
parentf7da2617c057bbfaa1e2c6b71fe8129008cb5c6a (diff)
(rx): Work at compile time, not run time.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1f7e98312..2c53d1c393 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-21 Dave Love <[email protected]>
+
+ * progmodes/cfengine.el (cfengine-mode): Set
+ parse-sexp-ignore-comments.
+
+ * emacs-lisp/rx.el (rx): Work at compile time, not run time.
+
2004-03-21 Juanma Barranquero <[email protected]>
* allout.el (allout-mode): Fix docstring.
@@ -21,7 +28,7 @@
(ruler-mode-space): Don't depend on a numeric WIDTH value.
(ruler-mode-ruler): Use symbolic display elements for scrollbar,
fringes and margins width.
- (ruler-mode-ruler-function): Default to ruler-mode-ruler
+ (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2004-03-19 Kim F. Storm <[email protected]>