Eli Zaretskii
47ee5aacdc
; Declare tree-sitter functions in yaml-ts-mode.el
...
* lisp/textmodes/yaml-ts-mode.el (treesit-node-start)
(treesit-node-end, treesit-node-type): Declare.
2024-01-27 15:05:40 +02:00
Eli Zaretskii
9b3f43fa08
; * lisp/textmodes/refill.el (refill-fill-paragraph-at): Fix typo.
2024-01-27 13:28:32 +02:00
Eshel Yaron
f0c573d806
Optionally avoid extending 'completion-at-point-functions'
...
It is now possible to avoid extending
'completion-at-point-functions' in Text mode and its descendants.
* lisp/textmodes/text-mode.el
(text-mode-meta-tab-ispell-complete-word): Rename to...
(text-mode-ispell-word-completion): ...this. Extend with another
option 'completion-at-point'.
(text-mode): Only extend 'completion-at-point-functions' when
'text-mode-ispell-word-completion' is 'completion-at-point'.
(Bug#67527)
* etc/NEWS: Update the entry about 'M-TAB' in Text mode.
2024-01-27 11:53:17 +02:00
Eli Zaretskii
8163e0b20c
Improve 'refill-mode' in Org buffers
...
* lisp/textmodes/refill.el (refill-fill-paragraph-at): Use
'fill-forward-paragraph' instead of 'forward/backward-paragraph',
so that modes could customize the behavior. (Bug#68418)
2024-01-27 10:52:47 +02:00
Eli Zaretskii
106cd9aafe
; * lisp/textmodes/page.el (page--what-page): Fix last change.
2024-01-13 12:45:10 +02:00
Lars Brinkhoff
740953d1a2
Fix 'what-page'
...
* lisp/textmodes/page.el (page--what-page): Adjust for 1st
line on page, and use 'count-lines' again. (Bug#68215)
* test/lisp/textmodes/page-tests.el (page-tests-what-page):
Update test.
2024-01-13 12:07:34 +02:00
Graham Marlow
1d40c601b3
Improve yaml-ts-mode fill-paragraph (bug#68226)
...
When using fill-paragraph on a block_scalar (the element within a
block_node) fill the paragraph such that the contents remain
within the block_node. This fixes the previous behavior that would
clobber a block_node.
* lisp/textmodes/yaml-ts-mode.el: Add yaml-ts-mode--fill-paragraph
2024-01-04 16:40:35 -08:00
Po Lu
070cb32463
; Add 2024 to copyright years
2024-01-02 10:30:05 +08:00
Po Lu
ecf08f0621
Merge from savannah/emacs-29
...
dc4e6b1329
; Update copyright years in more files
64b3777631
; Run set-copyright from admin.el
8e1c56ae46
; Add 2024 to copyright years
# Conflicts:
# doc/misc/modus-themes.org
# doc/misc/texinfo.tex
# etc/NEWS
# etc/refcards/ru-refcard.tex
# etc/themes/modus-operandi-theme.el
# etc/themes/modus-themes.el
# etc/themes/modus-vivendi-theme.el
# lib/alloca.in.h
# lib/binary-io.h
# lib/c-ctype.h
# lib/c-strcasecmp.c
# lib/c-strncasecmp.c
# lib/careadlinkat.c
# lib/cloexec.c
# lib/close-stream.c
# lib/diffseq.h
# lib/dup2.c
# lib/filemode.h
# lib/fpending.c
# lib/fpending.h
# lib/fsusage.c
# lib/getgroups.c
# lib/getloadavg.c
# lib/gettext.h
# lib/gettime.c
# lib/gettimeofday.c
# lib/group-member.c
# lib/malloc.c
# lib/md5-stream.c
# lib/md5.c
# lib/md5.h
# lib/memmem.c
# lib/memrchr.c
# lib/nanosleep.c
# lib/save-cwd.h
# lib/sha1.c
# lib/sig2str.c
# lib/stdlib.in.h
# lib/strtoimax.c
# lib/strtol.c
# lib/strtoll.c
# lib/time_r.c
# lib/xalloc-oversized.h
# lisp/auth-source-pass.el
# lisp/emacs-lisp/lisp-mnt.el
# lisp/emacs-lisp/timer.el
# lisp/info-look.el
# lisp/jit-lock.el
# lisp/loadhist.el
# lisp/mail/rmail.el
# lisp/net/ntlm.el
# lisp/net/webjump.el
# lisp/progmodes/asm-mode.el
# lisp/progmodes/project.el
# lisp/progmodes/sh-script.el
# lisp/textmodes/flyspell.el
# lisp/textmodes/reftex-toc.el
# lisp/textmodes/reftex.el
# lisp/textmodes/tex-mode.el
# lisp/url/url-gw.el
# m4/alloca.m4
# m4/clock_time.m4
# m4/d-type.m4
# m4/dirent_h.m4
# m4/dup2.m4
# m4/euidaccess.m4
# m4/fchmodat.m4
# m4/filemode.m4
# m4/fsusage.m4
# m4/getgroups.m4
# m4/getloadavg.m4
# m4/getrandom.m4
# m4/gettime.m4
# m4/gettimeofday.m4
# m4/gnulib-common.m4
# m4/group-member.m4
# m4/inttypes.m4
# m4/malloc.m4
# m4/manywarnings.m4
# m4/mempcpy.m4
# m4/memrchr.m4
# m4/mkostemp.m4
# m4/mktime.m4
# m4/nproc.m4
# m4/nstrftime.m4
# m4/pathmax.m4
# m4/pipe2.m4
# m4/pselect.m4
# m4/pthread_sigmask.m4
# m4/readlink.m4
# m4/realloc.m4
# m4/sig2str.m4
# m4/ssize_t.m4
# m4/stat-time.m4
# m4/stddef_h.m4
# m4/stdint.m4
# m4/stdio_h.m4
# m4/stdlib_h.m4
# m4/stpcpy.m4
# m4/strnlen.m4
# m4/strtoimax.m4
# m4/strtoll.m4
# m4/time_h.m4
# m4/timegm.m4
# m4/timer_time.m4
# m4/timespec.m4
# m4/unistd_h.m4
# m4/warnings.m4
# nt/configure.bat
# nt/preprep.c
# test/lisp/register-tests.el
2024-01-02 10:28:14 +08:00
Po Lu
8e1c56ae46
; Add 2024 to copyright years
2024-01-02 09:47:10 +08:00
Stefan Kangas
32cfc60d2a
; Clean up some Keyword headers
2023-12-30 19:01:01 +01:00
Stefan Kangas
0f3be9596f
; Prefer finder keyword "text" to deprecated keyword "wp"
2023-12-30 18:14:40 +01:00
Ihor Radchenko
0cb252cf21
* lisp/textmodes/remember.el: Remove org-remember support.
...
org-remember has been removed from Org mode proper and then from
org-contrib 10 years ago in
be8736195e
(Bug#68076)
2023-12-30 09:45:48 +02:00
Eli Zaretskii
1be6204473
Merge from origin/emacs-29
...
a475165738
* doc/man/emacsclient.1: Fix --tramp option.
1e5357d3d1
* doc/man/emacsclient.1: Add missing sections (bug#66598)
fba7b9db39
Add explanation for extra parentheses in ELisp Introduction
7723282682
Add sample code to the "let*" section in "forward-paragraph"
7a00ca92c1
Fix treesit test (bug#67117)
d220893216
Fix c++-ts-mode indentation (bug#67975)
d386a8aa43
Recommend customizing eglot for python-base-mode
bd0c758971
Improve documentation of new native-compilation commands
1ad126c0f2
; Fix typo
77678244b8
doc/lispintro: Don't mention `set` (bug#67734)
cb3684e9df
Fix script for some characters
2922d683b7
; * src/treesit.c (treesit_traverse_child_helper): Fix co...
7b315e8a5c
Fix an issue when searching subtree backward (bug#67117)
03625c2fef
Fix passive mode for tnftp client in ange-ftp.el.
b6429b1c1c
; Improve documentation of ispell.el's dictionary database
75cc159341
; * etc/PROBLEMS: Update the "GnuPG hangs" entry.
67d9af1c07
Fix using disabled command without a docstring
f68f350023
Improve documentation of text properties handling when ya...
06c399914f
Eglot: Add Uiua language server
2023-12-23 06:30:40 -05:00
Stefan Kangas
1ad126c0f2
; Fix typo
2023-12-22 11:45:40 +01:00
Stefan Monnier
c9021c62f2
(bibtex-font-lock-keywords): Expose a lambda to the compiler
...
Also use #' to quote function names.
* lisp/textmodes/bibtex.el (bibtex-font-lock-keywords): Expose a
lambda to the compiler.
2023-12-20 17:49:21 -05:00
Eli Zaretskii
b6429b1c1c
; Improve documentation of ispell.el's dictionary database
...
* lisp/textmodes/ispell.el (ispell-dictionary-base-alist)
(ispell-dictionary-alist): Doc fixes. (Bug#67857)
2023-12-17 09:07:11 +02:00
Eshel Yaron
6227ea0e59
; Remove long annotation for word completion candidates
...
* lisp/textmodes/ispell.el (ispell-completion-at-point): Remove
':annotation-function' from return value.
2023-12-06 16:17:46 +02:00
Eli Zaretskii
e5a9f3371d
; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.
2023-11-26 13:23:14 +02:00
Eshel Yaron
47e313e980
Unbind 'C-M-i' in Text mode
...
Remove the binding of 'C-M-i' to 'ispell-complete-word' in Text mode.
Define a new 'ispell-completion-at-point' function and add that to
'completion-at-point-functions' in Text mode, such that
'completion-at-point' provides the same word completions as
'ispell-complete-word' does OOTB.
* lisp/textmodes/ispell.el (ispell-completion-at-point): New function.
* lisp/textmodes/text-mode.el (text-mode): Add it to 'c-a-p-functions'.
(text-mode-map): Remove 'C-M-i' binding.
(text-mode-meta-tab-ispell-complete-word): New user option.
* etc/NEWS: Announce it.
* doc/emacs/fixit.texi (Spelling)
* doc/emacs/text.texi (Text Mode)
* doc/lispref/modes.texi (Basic Major Modes)
(Example Major Modes): Update.
* lisp/mail/sendmail.el (mail-abbrevs-loaded)
* lisp/nxml/nxml-mode.el (nxml-mode-map): Remove superfluous binding.
2023-11-26 12:30:12 +02:00
Eli Zaretskii
f99de40efc
Merge from origin/emacs-29
...
32a32853ce
Typofix in the doc/lispref/modes.texi
f98637b51b
; Fix 'add-face-text-property' shortdoc
3fff22eb20
Fix spell-checking email message with citations
2023-11-18 06:07:47 -05:00
Eli Zaretskii
1a1f47e4a1
Fix 'tex-compile-commands'
...
* lisp/textmodes/tex-mode.el (tex-compile-commands): Respect
'tex-start-options' better. (Bug#67030)
2023-11-15 15:58:17 +02:00
Eli Zaretskii
3fff22eb20
Fix spell-checking email message with citations
...
This became broken 7 years ago, when the 'boundp condition was
removed, and with it an important unrelated part of the code.
* lisp/textmodes/ispell.el (ispell-message): Fix cite-regexp.
2023-11-14 15:14:01 +02:00
Mattias Engdegård
67977ae597
Eliminate some nested repetitions in regexps
...
Nested repetitions such as (A*)* potentially take exponential time but
can usually be rewritten in a faster and more readable way without
much trouble. These were all found by Relint.
* lisp/obsolete/terminal.el (te-parse-program-and-args):
* lisp/org/org.el (org-make-tags-matcher):
Apply the transform (A+B*)+ -> A(A|B)*
* lisp/textmodes/fill.el (adaptive-fill-regexp):
Apply the transform A*(B+A*)* -> (A|B)*
* lisp/progmodes/idlw-shell.el (idlwave-shell-filter):
Find the last newline or CR in a more direct way.
* lisp/progmodes/vhdl-mode.el (vhdl-port-copy, vhdl-subprog-copy):
Trim trailing whitespace from a string in a more direct way.
All-whitespace strings are left unchanged as before.
2023-10-29 17:40:36 +01:00
Lassi Kortela
04215e616f
Recognize backslash in dns-mode
quoted values
...
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Recognize
backslash as an escape character. (Bug#66660)
(cherry picked from commit e6f05e189d
)
2023-10-24 12:59:52 +02:00
Stefan Kangas
6629e861b3
Make dns-mode
fontify quoted values correctly
...
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Fontify
quoted values correctly. (Bug#62214)
Suggested by Trent W. Buck <trentbuck@gmail.com>.
(cherry picked from commit c586d984f2
)
2023-10-24 12:59:42 +02:00
Lassi Kortela
e6f05e189d
Recognize backslash in dns-mode
quoted values
...
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Recognize
backslash as an escape character. (Bug#66660)
2023-10-21 12:28:34 +02:00
Basil L. Contovounesios
ff2a02afa6
Address defcustom :type warnings
...
* lisp/calendar/diary-lib.el (diary-display-function):
* lisp/calendar/icalendar.el (icalendar-export-alarms):
* lisp/emacs-lisp/elint.el (elint-ignored-warnings):
* lisp/mail/sendmail.el (send-mail-function):
* lisp/net/gnutls.el (gnutls-verify-error):
* lisp/gnus/mm-decode.el (mm-text-html-renderer):
* lisp/gnus/message.el (message-send-mail-function): Fix misplaced
defcustom :tags (bug#66196).
(message-tool-bar): Remove duplicate, overwritten, and nonexistent
defcustom :type gmm-tool-bar-list-item.
* lisp/progmodes/idlwave.el (idlwave-begin-line-comment): Strip
excessive defcustom :type quoting.
* lisp/progmodes/ps-mode.el (ps-mode-paper-size): Consolidate paper
sizes with same dimensions into a single defcustom menu entry.
* lisp/textmodes/glyphless-mode.el (glyphless-mode-types): Remove
duplicate defcustom :type choice.
2023-09-26 09:29:39 +02:00
Stefan Kangas
1e270e580d
; Grammar fixes ("allow to" et al)
...
Ref:
https://lists.gnu.org/r/emacs-devel/2016-01/msg01598.html
https://lists.gnu.org/r/emacs-devel/2016-01/msg01465.html
2023-09-17 16:49:21 +02:00
Jens Schmidt
a5ca1f2d8b
Declare more functions as shift-translatable motion commands
...
* lisp/comint.el (comint-next-prompt, comint-previous-prompt): Declare
as shift-translatable motion commands.
* lisp/textmodes/sgml-mode.el (sgml-skip-tag-backward)
(sgml-skip-tag-forward): Declare as shift-translatable motion
commands. (Bug#65876)
2023-09-16 13:06:41 +03:00
Eli Zaretskii
0273914921
Merge from origin/emacs-29
...
bc56da92d8
; Fix error in 'tex-recenter-output-buffer'
d17c5adc05
Fix regexp for recognizing PBM images
9e9f61866e
Improve wording in ELisp manual
7427efa033
Fix typo (Bug#65764)
59c6624408
; * lisp/ido.el (ido-completion-buffer): Fix :type (bug#6...
4ec4b18c2a
Fix libgccjit build on Haiku
80bdcf8f35
(regexp-tests-backtrack-optimization): Mark it as failing
8a9e653cc8
; Add regression test for bug#65726
6fad73d7cc
* src/regex-emacs.c (mutually_exclusive_p): Fix inf-loop ...
1d3d419607
; * lisp/files.el (save-some-buffers-functions): Doc fix ...
42b14c6e5b
Bump seq version to 2.24
ff5190a174
Add note on ELPA to admin/notes/bug-triage
f1e4cbe72a
; * etc/PROBLEMS: Minor wording fix.
fd5593c7f2
* etc/PROBLEMS: Mention bug#65432 and its remedy.
dd896ea1e6
Ignore errors when checking for object initializers (bug#...
3550f44c17
; Fix typos
5b246b9b81
* CONTRIBUTE: Document making ChangeLogs with Magit.
0bd4661941
Doc fixes for obsolete functions and variables
524c0c34f2
; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).
f48dccc467
Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/...
71a85e2266
A revision to the Widget manual
dbbcf4a659
Fix fontification of " in edit-kbd-macro
# Conflicts:
# test/src/regex-emacs-tests.el
2023-09-09 04:32:45 -04:00
Stefan Kangas
4eb4fb4ad4
Mark two flyspell functions as internal
...
* lisp/textmodes/flyspell.el: Minor doc fix.
(flyspell--mode-on, flyspell--mode-off): Rename from
'flyspell-mode-on' and 'flyspell-mode-off'. The old names are
preserved as obsolete aliases.
2023-09-08 16:47:33 +02:00
Eshel Yaron
bc56da92d8
; Fix error in 'tex-recenter-output-buffer'
...
* lisp/textmodes/tex-mode.el (tex-recenter-output-buffer): Check
that 'display-buffer' returned a window, rather than nil, before
selecting it. (Bug#65762)
2023-09-06 19:37:38 +03:00
Stefan Kangas
dd818ed821
Remove compat code from flyspell
...
* lisp/textmodes/flyspell.el: Delete redundant autoloads.
2023-09-06 18:36:29 +02:00
Stefan Kangas
c586d984f2
Make dns-mode
fontify quoted values correctly
...
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Fontify
quoted values correctly. (Bug#62214)
Suggested by Trent W. Buck <trentbuck@gmail.com>.
2023-09-05 23:08:52 +02:00
Stefan Kangas
7e03fa2d82
Prefer reusing seq-remove in reftex
...
* lisp/textmodes/reftex.el (reftex-remove-symbols-from-list): Make
obsolete in favor of 'seq-remove'. Update single caller.
2023-09-03 10:01:55 +02:00
Stefan Kangas
0bd4661941
Doc fixes for obsolete functions and variables
...
* admin/notes/multi-tty:
* doc/emacs/building.texi (Debugger Operation):
* doc/misc/efaq-w32.texi (Line ends by file system):
* doc/misc/gnus.texi (Hashcash):
* lisp/emacs-lisp/eieio.el (eieio-class-parents)
(eieio-class-children):
* lisp/progmodes/perl-mode.el:
* lisp/textmodes/ispell.el (ispell-lookup-words):
* src/buffer.h: Update or delete references to variables and functions
made obsolete in Emacs 24.4.
2023-09-02 15:37:08 +02:00
Yuan Fu
2547fbe9c4
Obsolete treesit-block/sexp/sentence/text-type-regexp
...
And replace them with treesit-thing-settings.
* doc/lispref/positions.texi (List Motion): Remove mention of
treesit-sexp/sentence-type-regexp.
* lisp/progmodes/c-ts-mode.el (c-ts-base-mode)
* lisp/progmodes/dockerfile-ts-mode.el (dockerfile-ts-mode)
* lisp/progmodes/java-ts-mode.el (java-ts-mode)
* lisp/progmodes/js.el (js-ts-mode)
* lisp/progmodes/json-ts-mode.el (json-ts-mode)
* lisp/progmodes/ruby-ts-mode.el (ruby-ts-mode)
* lisp/progmodes/typescript-ts-mode.el (typescript-ts-base-mode)
(tsx-ts-mode)
* lisp/progmodes/heex-ts-mode.el (heex-ts-mode)
* lisp/progmodes/sh-script.el (bash-ts-mode)
* lisp/progmodes/prog-mode.el (prog-fill-reindent-defun)
* lisp/textmodes/html-ts-mode.el (html-ts-mode): Replace
treesit-sexp/sentence/text-type-regexp with treesit-thing-settings.
* lisp/treesit.el (treesit-sexp-type-regexp)
(treesit-sentence-type-regexp): Mark obsolete.
(treesit-block-type-regexp): Remove.
* lisp/treesit.el (treesit-forward-sexp)
(treesit-transpose-sexps)
(treesit-beginning-of-defun)
(treesit-end-of-defun)
(treesit-forward-sentence)
(treesit-defun-at-point): Make use of treesit-thing-settings.
(treesit-thing-definition)
(treesit-thing-defined-p): New functions.
(treesit-major-mode-setup): Replace
treesit-sexp/sentence-type-regexp with treesit-thing-settings.
2023-09-01 20:38:25 -07:00
Stefan Kangas
9647ddb299
Clean up some safe-local-variable predicates
...
* lisp/progmodes/project.el: Add comments with a reminder to simplify
'safe-local-variable' predicates when Emacs 28 support is dropped.
(project-vc-ignores): Mark only a list of strings as safe-local.
* lisp/textmodes/reftex-vars.el (reftex-guess-label-type): Use
booleanp for 'safe-local-variable' predicate. (Bug#65608)
2023-08-30 19:52:53 +02:00
Stefan Kangas
967fa846fc
Use ensure-list in many more places
...
* lisp/align.el (align-region):
* lisp/auth-source-pass.el (auth-source-pass--build-result-many):
* lisp/auth-source.el (auth-source-ensure-strings):
* lisp/calendar/appt.el (appt-disp-window):
* lisp/cedet/mode-local.el (mode-local-map-mode-buffers):
* lisp/cus-edit.el (custom-prompt-variable)
(custom-variable-menu-create):
* lisp/dired-x.el (dired-mark-extension, dired-mark-suffix):
* lisp/emacs-lisp/checkdoc.el (checkdoc-defun-info):
* lisp/emacs-lisp/eieio.el (object-add-to-list):
* lisp/emulation/cua-base.el (cua--M/H-key):
* lisp/epg.el (epg--list-keys-1):
* lisp/faces.el (read-face-name):
* lisp/format.el (format-decode):
* lisp/gnus/gnus-score.el (gnus-home-score-file)
(gnus-all-score-files):
* lisp/gnus/gnus-uu.el (gnus-uu-grab-articles):
* lisp/gnus/message.el (message-make-forward-subject):
* lisp/gnus/nnmairix.el (nnmairix-create-search-group):
* lisp/gnus/spam.el (spam-copy-or-move-routine):
* lisp/help-fns.el (describe-face):
* lisp/ibuf-macs.el (define-ibuffer-filter):
* lisp/international/mule-cmds.el (select-safe-coding-system):
* lisp/net/imap.el (imap-send-command):
* lisp/printing.el (pr-menu-get-item):
* lisp/speedbar.el (speedbar-add-supported-extension)
(speedbar-add-ignored-directory-regexp):
* lisp/textmodes/rst.el (rst-forward-line-looking-at):
* lisp/vc/ediff-util.el (ediff-other-buffer):
* lisp/vc/diff.el (diff-no-select):
* lisp/vc/vc-dir.el (vc-dir-mark-state-files):
* lisp/wid-edit.el (widget-prompt-value):
* lisp/windmove.el (windmove-default-keybindings)
(windmove-display-default-keybindings)
(windmove-delete-default-keybindings)
(windmove-swap-states-default-keybindings):
* lisp/window.el (display-buffer-reuse-mode-window):
* lisp/woman.el (woman-expand-directory-path): Prefer ensure-list.
2023-08-27 21:45:30 +02:00
Joseph Turner
09351df10a
Make ispell localwords safe local variable
...
* lisp/textmodes/ispell.el (ispell-buffer-session-localwords):
Make safe local variable to so that checkdoc can ignore words in a
project in batch mode.
2023-08-26 11:09:34 +03:00
Stefan Kangas
6426912515
; Delete redundant defvars; font-lock is preloaded
2023-08-25 23:54:51 +02:00
Stefan Kangas
2b311a47dd
Assume that font-lock is preloaded
...
* lisp/org/ox-beamer.el (org-mode): Assume that font-lock is
preloaded, which it has been since Emacs 22.1.
* lisp/textmodes/reftex.el (reftex-use-fonts): Make function obsolete
in favor of variable. Update all callers.
2023-08-25 20:35:38 +02:00
Roland Winkler
45555c1b78
Fix bibtex-font-lock-url-regexp
...
Fix bibtex-font-lock-url-regexp to allow line breaks
between the field name and the field string.
2023-08-22 21:42:49 -05:00
Stefan Kangas
89833430f1
Remove Emacs 24 compat code from reftex
...
* lisp/textmodes/reftex-index.el (reftex-display-index):
* lisp/textmodes/reftex-toc.el (reftex-toc): Assume that we have
'cursor-intangible-mode', which was added in Emacs 25.
2023-08-19 13:09:07 +02:00
Stefan Kangas
7170f25d3d
Remove XEmacs compat code from reftex
...
* lisp/textmodes/reftex-toc.el (reftex-toc, reftex-toc-dframe-p)
(reftex-toc-revert, reftex-toc-toggle-dedicated-frame): Delete
XEmacs compat code.
* lisp/textmodes/reftex.el (reftex-window-height): Make into
obsolete function alias of 'window-height'. Update all callers.
(reftex-create-customize-menu): Assume recent version of cus-edit.el.
2023-08-19 12:22:04 +02:00
Po Lu
60dda3105c
Merge remote-tracking branch 'origin/master' into feature/android
2023-08-03 08:25:47 +08:00
Stefan Kangas
0910230be6
; Prefer HTTPS to HTTP in more links
2023-08-02 23:32:28 +02:00
Po Lu
f705259987
Merge remote-tracking branch 'origin/master' into feature/android
2023-08-02 08:10:59 +08:00
Stefan Kangas
583ef0d35d
Make toml-ts-mode-indent-offset into natnum
...
* lisp/textmodes/toml-ts-mode.el (toml-ts-mode-indent-offset):
Make into natnum instead of integer.
2023-08-01 14:39:35 +02:00