summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.12
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-06-09 03:19:04 +0000
committerMiles Bader <miles@gnu.org>2007-06-09 03:19:04 +0000
commit0114082988eafdb8f7630dce0a1551c55c7b6c07 (patch)
tree489e856347d9655e9dddf9e5af908eb01d13a647 /lisp/ChangeLog.12
parent9258f2efcf2372c5aa43ea600c7288bf785e2200 (diff)
parentd3a9d7d64403105c64b1e2b8b774d6f379156ee4 (diff)
downloademacs-0114082988eafdb8f7630dce0a1551c55c7b6c07.tar.gz
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
Diffstat (limited to 'lisp/ChangeLog.12')
-rw-r--r--lisp/ChangeLog.126
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index e76a93d5882..2bfbe99e1f0 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -5478,7 +5478,7 @@
(cperl-string-syntax-table): Make { and } not-grouping
(Sometimes they ARE grouping in RExen, but matching them would only
confuse in many situations when they are not)
- (beginning-of-buffer): Replace two occurences with goto-char...
+ (beginning-of-buffer): Replace two occurrences with goto-char...
(cperl-calculate-indent): `char-after' could be nil...
(cperl-find-pods-heres): REx can start after "[" too.
Hightlight (??{}) in RExen too.
@@ -19664,14 +19664,14 @@
New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
* dired.el (dired-move-to-filename-regexp): Remove.
- All occurences replaced by `directory-listing-before-filename-regexp'.
+ All occurrences replaced by `directory-listing-before-filename-regexp'.
* dired-x.el, locate.el, vc.el:
Replace `dired-move-to-filename-regexp' by
`directory-listing-before-filename-regexp'. In vc.el it is
overwritten locally; maybe this can be handled in files.el too.
- * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
+ * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
replaced by `directory-listing-before-filename-regexp'.
2005-10-23 Andreas Schwab <schwab@suse.de>