Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7b1730dd
Commit
7b1730dd
authored
Mar 05, 2007
by
Richard M. Stallman
Browse files
(reb-re-syntax): Fix custom type.
parent
eb69fe3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/emacs-lisp/re-builder.el
lisp/emacs-lisp/re-builder.el
+2
-3
No files found.
lisp/ChangeLog
View file @
7b1730dd
2007-03-05 Richard Stallman <rms@gnu.org>
* emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
* files.el (find-file-noselect): No error if file no longer exists.
Display a message and avoid other questions.
2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
* pcomplete.el (pcomplete-show-completions): Improve last change, so
lisp/emacs-lisp/re-builder.el
View file @
7b1730dd
...
...
@@ -130,14 +130,13 @@
(
defcustom
reb-re-syntax
'read
"*Syntax for the REs in the RE Builder.
Can either be `read', `string', `sregex'
or
`lisp-re'."
Can either be `read', `string', `sregex'
,
`lisp-re'
, `rx'
."
:group
're-builder
:type
'
(
choice
(
const
:tag
"Read syntax"
read
)
(
const
:tag
"String syntax"
string
)
(
const
:tag
"`sregex' syntax"
sregex
)
(
const
:tag
"`lisp-re' syntax"
lisp-re
)
(
const
:tag
"`rx' syntax"
rx
)
(
value:
string
)))
(
const
:tag
"`rx' syntax"
rx
)))
(
defcustom
reb-auto-match-limit
200
"*Positive integer limiting the matches for RE Builder auto updates.
...
...
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