diff options
| author | Stefan Monnier | 2018-10-21 14:36:10 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2018-10-21 14:36:10 -0400 |
| commit | 08192e40093bdbc8e6be6b283935b51c12d66eca (patch) | |
| tree | a6ae55aa7ba3e403db9dd11d6a37058d764d89b0 /etc | |
| parent | 17252062b03defe9eac6a510e88b87932ef400fe (diff) | |
| download | emacs-08192e40093bdbc8e6be6b283935b51c12d66eca.tar.gz emacs-08192e40093bdbc8e6be6b283935b51c12d66eca.zip | |
Always define 'define-fringe-bitmap'
* lisp/cus-start.el: Test 'fringe-bitmaps' to see if fringe.c was compiled.
* lisp/fringe.el: Use lexical-binding.
(define-fringe-bitmap): Provide a fallback implementation.
* lisp/progmodes/flymake.el (flymake-double-exclamation-mark):
Define unconditionally.
* lisp/progmodes/gdb-mi.el (define-fringe-bitmap): Don't declare any more.
(breakpoint, hollow-right-triangle): Define unconditionally.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -876,6 +876,9 @@ documentation of the new mode and its commands. | |||
| 876 | 876 | ||
| 877 | * Incompatible Lisp Changes in Emacs 27.1 | 877 | * Incompatible Lisp Changes in Emacs 27.1 |
| 878 | 878 | ||
| 879 | ** define-fringe-bitmap is always defined, even when Emacs is built | ||
| 880 | without any GUI support. | ||
| 881 | |||
| 879 | --- | 882 | --- |
| 880 | ** Just loading a theme's file no longer activates the theme's settings. | 883 | ** Just loading a theme's file no longer activates the theme's settings. |
| 881 | Loading a theme with 'M-x load-theme' still activates the theme, as it | 884 | Loading a theme with 'M-x load-theme' still activates the theme, as it |