mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Merge from origin/emacs-28
63abe976ce(origin/emacs-28) Document minibuffer-default-prompt-forma...b5afbedc90Backward compatibility option for 'nobreak-char-display'ea1b728a06; * lisp/dired.el: Fix typo.984eafeb98Unbreak the build after Gnulib update5946370cd1Check, whether an FUSE mount has been broken in Tramp90575a6c0cDisable 'nobreak-char-display' in Eldoc buffers570e2c9a17Fix small error in comint-send-inputfd7bb31412Update documentation of search-whitespace-regexp1f4ced47a1Fix cc-compat.el syntax errorb431f54c1bMention `seq-uniq' in `delete-dups' documentation0a7bab689c; Minor stylistic fixes found by checkdoce2861e2d08; * etc/NEWS: Fix typo.1a65d49931Port recent Gnulib changes to MS-Windows68a256c892Update from Gnulib63cb65dcce* Fix mh tests for native comp builds (bug#50975)e606cc6f40* Fix `batch-native-compile' not to spawn a subprocess894dfe70daFix native-compilation build from tarball on Cygwin2ce5e08058Remove U+FE0F from script-representative-chars # Conflicts: # etc/NEWS
This commit is contained in:
commit
2dc88a27a4
312 changed files with 6090 additions and 4357 deletions
|
|
@ -87,7 +87,7 @@
|
|||
;;
|
||||
;; If you want to customize Verilog mode to fit your needs better,
|
||||
;; you may add the below lines (the values of the variables presented
|
||||
;; here are the defaults). Note also that if you use an Emacs that
|
||||
;; here are the defaults). Note also that if you use an Emacs that
|
||||
;; supports custom, it's probably better to use the custom menu to
|
||||
;; edit these. If working as a member of a large team these settings
|
||||
;; should be common across all users (in a site-start file), or set
|
||||
|
|
@ -4827,7 +4827,7 @@ Limit search to point LIM."
|
|||
((match-end 1) ; [
|
||||
(setq colon (1+ colon))
|
||||
(if (>= colon 0)
|
||||
(error "%s: unbalanced [" (verilog-point-text))))
|
||||
(error "%s: Unbalanced [" (verilog-point-text))))
|
||||
((match-end 2) ; ]
|
||||
(setq colon (1- colon)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue