Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
49c13105
Commit
49c13105
authored
Oct 11, 1992
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(isearch-ring-advance-edit): Delete spurious `)'.
parent
c395cc7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
lisp/isearch.el
lisp/isearch.el
+7
-4
No files found.
lisp/isearch.el
View file @
49c13105
...
...
@@ -4,7 +4,7 @@
;; LCD Archive Entry:
;; isearch-mode|Daniel LaLiberte|liberte@cs.uiuc.edu
;; |A minor mode replacement for isearch.el.
;; |$Date: 92/09/
14 16:26:02
$|$Revision: 1.
4
$|~/modes/isearch-mode.el
;; |$Date:
19
92/09/
21 08:28:43
$|$Revision: 1.
10
$|~/modes/isearch-mode.el
;; This file is not yet part of GNU Emacs, but it is based almost
;; entirely on isearch.el which is part of GNU Emacs.
...
...
@@ -88,8 +88,11 @@
;;;====================================================================
;;; Change History
;;; $Header: /import/kaplan/kaplan/liberte/Isearch/RCS/isearch-mode.el,v 1.4 92/09/14 16:26:02 liberte Exp Locker: liberte $
;;; $Log: isearch-mode.el,v $
;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch-mode.el,v 1.10 1992/09/21 08:28:43 rms Exp rms $
;;; $Log: isearch-mode.el,v $
; Revision 1.10 1992/09/21 08:28:43 rms
; entered into RCS
;
;;; Revision 1.4 92/09/14 16:26:02 liberte
;;; Added prefix args to isearch-forward, etc. to switch between
;;; string and regular expression searching.
...
...
@@ -1114,7 +1117,7 @@ If not in regexp mode, activate word search."
(erase-buffer)
(insert (nth yank-pointer ring))
(goto-char (point-max)))))
)
(goto-char (point-max)))))
(defun isearch-ring-retreat-edit (n)
"Inserts the previous element of the search history into the minibuffer."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment