aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-10-21 14:36:10 -0400
committerStefan Monnier2018-10-21 14:36:10 -0400
commit08192e40093bdbc8e6be6b283935b51c12d66eca (patch)
treea6ae55aa7ba3e403db9dd11d6a37058d764d89b0 /etc
parent17252062b03defe9eac6a510e88b87932ef400fe (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index be6668ed42e..7a98b492f13 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
880without 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.
881Loading a theme with 'M-x load-theme' still activates the theme, as it 884Loading a theme with 'M-x load-theme' still activates the theme, as it