summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2016-05-17 23:55:38 +0300
committerJuri Linkov <juri@linkov.net>2016-05-17 23:55:38 +0300
commit1fe1e0a8e7e3863d36c1a87ca38d2fa39bc25a56 (patch)
tree4e53bb771b1c81d7a4c79c2323c33b7c37a40274 /lisp/menu-bar.el
parenta35826dbd44122b97e93d0c67bf658ced0a07ec6 (diff)
downloademacs-1fe1e0a8e7e3863d36c1a87ca38d2fa39bc25a56.tar.gz
* lisp/char-fold.el: Rename from character-fold.el.
* lisp/replace.el (replace-char-fold): Rename from replace-character-fold. * test/automated/char-fold-tests.el: Rename from character-fold-tests.el. http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg00529.html
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 6571a4b9d4f..640395e8d7d 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1257,7 +1257,7 @@ mail status in mode line"))
(defvar menu-bar-search-options-menu
(let ((menu (make-sparse-keymap "Search Options")))
- (dolist (x '((character-fold-to-regexp "Fold Characters" "Character folding")
+ (dolist (x '((char-fold-to-regexp "Fold Characters" "Character folding")
(isearch-symbol-regexp "Whole Symbols" "Whole symbol")
(word-search-regexp "Whole Words" "Whole word")))
(bindings--define-key menu (vector (nth 0 x))